fix configure break if tslib support is disabled
authorMirko Vogt <mirko@openwrt.org>
Thu, 14 Jun 2012 00:31:26 +0000 (00:31 +0000)
committerMirko Vogt <mirko@openwrt.org>
Thu, 14 Jun 2012 00:31:26 +0000 (00:31 +0000)
There is no '-no-plugin-*' style argument scheme to disable plugins.
To not build plugins, simply don't enable them.

SVN-Revision: 32353

xorg/lib/qt4/Makefile

index ac65f8f300f532c50a6cf09770bcae19568f2ff1..51a96c34fb6599cacba5233ae0ffe6101752a99d 100644 (file)
@@ -410,7 +410,7 @@ define Build/Configure
                        -qt-mouse-linuxinput \
                        -plugin-mouse-linuxtp \
                        -plugin-mouse-pc \
-                       $(if $(CONFIG_PACKAGE_qt4-tslibmousedriver),-plugin-mouse-tslib,-no-plugin-mouse-tslib) \
+                       $(if $(CONFIG_PACKAGE_qt4-tslibmousedriver),-plugin-mouse-tslib) \
                        -no-kbd-qvfb \
                        -no-kbd-qnx \
                        -qt-kbd-tty \