diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 15:45:06 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 22:02:52 +0100 |
| commit | 9b046f6e8e4800e868e075985ff4ceb0af1c067e (patch) | |
| tree | 813ebb658f24b59b02609d2a4b72463c8164402c /meta/recipes-devtools | |
| parent | a9441d438279706e4da6236a8f152d63d96a44a0 (diff) | |
| download | poky-9b046f6e8e4800e868e075985ff4ceb0af1c067e.tar.gz | |
qemu: Add dropped glflags.patch
(From OE-Core rev: cc1628c8b9ad72c45831d30fe2b44b6e086f5693)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 0000000000..99cc417d79 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: git/Makefile.target | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/Makefile.target2010-05-27 12:35:26.000000000 -0400 | ||
| 4 | +++ git/Makefile.target2010-05-27 12:59:53.520415731 -0400 | ||
| 5 | @@ -326,7 +326,7 @@ vl.o: qemu-options.h | ||
| 6 | |||
| 7 | monitor.o: qemu-monitor.h | ||
| 8 | |||
| 9 | -LIBS += -lGL -lGLU | ||
| 10 | +LIBS += -lGL | ||
| 11 | |||
| 12 | ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) | ||
| 13 | \ No newline at end of file | ||
