From: Mirko Vogt Date: Thu, 14 Jun 2012 00:31:26 +0000 (+0000) Subject: [qt4] fix configure break if tslib support is disabled X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2bd56b82fc97ce2b8f897975e74c6e65d951a727;p=openwrt%2Fsvn-archive%2Farchive.git [qt4] 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 ac65f8f300..51a96c34fb 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 \