buildrootschalter/package/qt/Config.gfx.in
Thomas Petazzoni 20d2c70fbd qt: rename qtopia4 to qt
A while ago, Trolltech (now part of Nokia) included Qtopia directly
inside Qt. So let's rename the qtopia4 package to simply qt, which
will be more familiar to our users. Of course, the version we compile
is Qt for Embedded Linux.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-25 00:05:35 +02:00

20 lines
329 B
Plaintext

menu "Graphics drivers"
config BR2_PACKAGE_QT_GFX_LINUXFB
bool "Linux Framebuffer"
default y
config BR2_PACKAGE_QT_GFX_TRANSFORMED
bool "Transformed"
config BR2_PACKAGE_QT_GFX_QVFB
bool "Qt Virtual Framebuffer"
config BR2_PACKAGE_QT_GFX_VNC
bool "VNC"
config BR2_PACKAGE_QT_GFX_MULTISCREEN
bool "multiscreen"
endmenu