projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68a0a8
)
[qt4] fix configure break if tslib support is disabled
author
Mirko Vogt
<mirko@openwrt.org>
Thu, 14 Jun 2012 00:31:26 +0000
(
00:31
+0000)
committer
Mirko 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
patch
|
blob
|
history
diff --git
a/xorg/lib/qt4/Makefile
b/xorg/lib/qt4/Makefile
index ac65f8f300f532c50a6cf09770bcae19568f2ff1..51a96c34fb6599cacba5233ae0ffe6101752a99d 100644
(file)
--- 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 \