qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why...
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Sep 2010 10:02:29 +0000 (10:02 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Sep 2010 10:02:29 +0000 (10:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22966 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/qt4/Config.in

index bf3fbbf..d33e5d9 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