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:
parent
3fd525b482
commit
8bff2388a7
@ -1,6 +1,7 @@
|
|||||||
|
if PACKAGE_qt4-gui
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "qt4 window system"
|
prompt "qt4 window system"
|
||||||
depends on PACKAGE_qt4 && PACKAGE_qt4-gui
|
|
||||||
default QT4_WS_QWS
|
default QT4_WS_QWS
|
||||||
|
|
||||||
config QT4_WS_QWS
|
config QT4_WS_QWS
|
||||||
@ -16,3 +17,5 @@ config QT4_WS_X11
|
|||||||
Use X11
|
Use X11
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user