qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why...
authorMichael Büsch <mb@bu3sch.de>
Tue, 7 Sep 2010 10:02:29 +0000 (10:02 +0000)
committerMichael Büsch <mb@bu3sch.de>
Tue, 7 Sep 2010 10:02:29 +0000 (10:02 +0000)
SVN-Revision: 22966

Xorg/lib/qt4/Config.in

index bf3fbbfce70e859d69f3b28caf5895892772772c..d33e5d936d1cbac8e15c551e2759e6571615d21d 100644 (file)
@@ -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