From: mb Date: Tue, 7 Sep 2010 10:02:29 +0000 (+0000) Subject: qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8bff2388a7eae0601ceaf348518fe1f218fb29fe;p=packages.git qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why, though. This seems to fix it. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22966 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/qt4/Config.in b/Xorg/lib/qt4/Config.in index bf3fbbfce..d33e5d936 100644 --- 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