qt4: Disable mitshm

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23186 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-02 22:07:25 +00:00
parent 5579522bf7
commit c67d393527

View File

@ -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) \