diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch index 99cc417d79..f99c6d1e9a 100644 --- a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch +++ b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: git/Makefile.target | 1 | Index: qemu-0.14.0/Makefile.target |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/Makefile.target2010-05-27 12:35:26.000000000 -0400 | 3 | --- qemu-0.14.0.orig/Makefile.target 2011-04-04 12:12:19.142871742 +0100 |
4 | +++ git/Makefile.target2010-05-27 12:59:53.520415731 -0400 | 4 | +++ qemu-0.14.0/Makefile.target 2011-04-04 12:12:21.772871742 +0100 |
5 | @@ -326,7 +326,7 @@ vl.o: qemu-options.h | 5 | @@ -362,7 +362,7 @@ |
6 | 6 | ||
7 | monitor.o: qemu-monitor.h | 7 | monitor.o: hmp-commands.h qmp-commands.h |
8 | 8 | ||
9 | -LIBS += -lGL -lGLU | 9 | -LIBS += -lGL -lGLU |
10 | +LIBS += -lGL | 10 | +LIBS += -lGL |
11 | 11 | ||
12 | ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) | 12 | $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS) |
13 | \ No newline at end of file | 13 | |