From 8bff2388a7eae0601ceaf348518fe1f218fb29fe Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 7 Sep 2010 10:02:29 +0000 Subject: [PATCH] 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 --- Xorg/lib/qt4/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.11.0