20d2c70fbd
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>
20 lines
329 B
Plaintext
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
|