aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/lm32-need-x11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/qemu/lm32-need-x11.patch')
-rw-r--r--main/qemu/lm32-need-x11.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/qemu/lm32-need-x11.patch b/main/qemu/lm32-need-x11.patch
deleted file mode 100644
index 456843c60b..0000000000
--- a/main/qemu/lm32-need-x11.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qemu-2.12.0/configure.orig
-+++ qemu-2.12.0/configure
-@@ -6086,7 +6086,7 @@
- echo "CONFIG_STAMP=_$( (echo $qemu_version; echo $pkgversion; cat $0) | $shacmd - | cut -f1 -d\ )" >> $config_host_mak
- echo "CONFIG_MODULES=y" >> $config_host_mak
- fi
--if test "$have_x11" = "yes" -a "$need_x11" = "yes"; then
-+if test "$have_x11" = "yes"; then
- echo "CONFIG_X11=y" >> $config_host_mak
- echo "X11_CFLAGS=$x11_cflags" >> $config_host_mak
- echo "X11_LIBS=$x11_libs" >> $config_host_mak