summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.gfx.in
blob: 0e222dd03e52f6b4ede9ca352c6d6dc445ac9694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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