f4b73dec27
X11 config is still marked broken, because the configure script bits are missing. This should not alter current QWS build in any way. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22725 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
320 B
Plaintext
19 lines
320 B
Plaintext
choice
|
|
prompt "qt4 window system"
|
|
depends on PACKAGE_qt4
|
|
default QT4_WS_QWS
|
|
|
|
config QT4_WS_QWS
|
|
bool "QWS window system"
|
|
help
|
|
Use QT4's internal QWS window system.
|
|
|
|
config QT4_WS_X11
|
|
bool "X11 window system"
|
|
depends on FEATURE_drawing-backend_libX11 && BROKEN
|
|
select PACKAGE_libX11
|
|
help
|
|
Use X11
|
|
|
|
endchoice
|