qemu: updated the glflags patch, which is needed by qemusdk.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
This commit is contained in:
Jeff Dike 2010-05-27 13:16:59 -04:00
parent 1de1ac2eb2
commit 4de4707213
2 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
Index: git/Makefile.target
===================================================================
--- git.orig/Makefile.target 2009-09-17 11:36:06.000000000 +0100
+++ git/Makefile.target 2009-09-17 11:36:12.000000000 +0100
@@ -748,7 +748,7 @@
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
--- git.orig/Makefile.target 2010-05-27 12:35:26.000000000 -0400
+++ git/Makefile.target 2010-05-27 12:59:53.520415731 -0400
@@ -326,7 +326,7 @@ vl.o: qemu-options.h
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
- $(LINK) -lGL -lGLU
+ $(LINK) -lGL
monitor.o: qemu-monitor.h
endif # !CONFIG_USER_ONLY
-LIBS += -lGL -lGLU
+LIBS += -lGL
ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)

View File

@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "zlib"
PV = "0.12.0+git${SRCREV}"
PR = "r4"
PR = "r5"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"