blob: 456843c60be6085a47328e410fd7be7d24e6aa57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|