From: Michael Büsch Date: Sat, 2 Oct 2010 22:07:25 +0000 (+0000) Subject: qt4: Disable mitshm X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9713597d85a341fbcbb715d4d2f47bd1a01547a3 qt4: Disable mitshm SVN-Revision: 23186 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index ffff8c0c3c..93565129f4 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -357,7 +357,7 @@ define Build/Configure -no-xfixes \ -no-xrandr \ -no-xrender \ - $(if $(CONFIG_QT4_WS_X11),-no-mitshm,-mitshm) \ + -no-mitshm \ $(if $(CONFIG_QT4_WS_X11),-no-fontconfig,-fontconfig) \ $(if $(CONFIG_QT4_WS_X11),-no-xinput,-xinput) \ $(if $(CONFIG_QT4_WS_X11),-no-xkb,-xkb) \