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
This commit is contained in:
mb 2010-09-07 10:02:29 +00:00
parent 3fd525b482
commit 8bff2388a7

View 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