kumquat-buildroot/package/qt/Config.gfx.in

20 lines
329 B
Plaintext
Raw Normal View History

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