projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba35be8
)
qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why...
author
Michael Büsch
<mb@bu3sch.de>
Tue, 7 Sep 2010 10:02:29 +0000
(10:02 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Tue, 7 Sep 2010 10:02:29 +0000
(10:02 +0000)
SVN-Revision: 22966
Xorg/lib/qt4/Config.in
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Config.in
b/Xorg/lib/qt4/Config.in
index bf3fbbfce70e859d69f3b28caf5895892772772c..d33e5d936d1cbac8e15c551e2759e6571615d21d 100644
(file)
--- a/
Xorg/lib/qt4/Config.in
+++ b/
Xorg/lib/qt4/Config.in
@@
-1,6
+1,7
@@
+if PACKAGE_qt4-gui
+
choice
prompt "qt4 window system"
- depends on PACKAGE_qt4 && PACKAGE_qt4-gui
default QT4_WS_QWS
config QT4_WS_QWS
@@
-16,3
+17,5
@@
config QT4_WS_X11
Use X11
endchoice
+
+endif