From: Mirko Vogt Date: Thu, 14 Jun 2012 00:31:26 +0000 (+0000) Subject: fix configure break if tslib support is disabled X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=8fb7bfd29681b3db07fc4eeb9bee15af6a0f8782;p=openwrt%2Fsvn-archive%2Ffeeds.git fix configure break if tslib support is disabled There is no '-no-plugin-*' style argument scheme to disable plugins. To not build plugins, simply don't enable them. SVN-Revision: 32353 --- diff --git a/xorg/lib/qt4/Makefile b/xorg/lib/qt4/Makefile index ac65f8f..51a96c3 100644 --- a/xorg/lib/qt4/Makefile +++ b/xorg/lib/qt4/Makefile @@ -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 \