harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / qt / Config.gfx.in
blob70adeef2ff970d1cf1a00095a4f1b9886f6e10e1
1 menu "Graphics drivers"
3 config BR2_PACKAGE_QT_GFX_LINUXFB
4         bool "Linux Framebuffer"
5         default y
7 config BR2_PACKAGE_QT_GFX_TRANSFORMED
8         bool "Transformed"
10 config BR2_PACKAGE_QT_GFX_QVFB
11         bool "Qt Virtual Framebuffer"
13 config BR2_PACKAGE_QT_GFX_VNC
14         bool "VNC"
16 config BR2_PACKAGE_QT_GFX_MULTISCREEN
17         bool "multiscreen"
19 comment "directfb Qt driver not available (need directfb)"
20         depends on !BR2_PACKAGE_DIRECTFB
22 config BR2_PACKAGE_QT_GFX_DIRECTFB
23         depends on BR2_PACKAGE_DIRECTFB
24         bool "directFB"
26 config BR2_PACKAGE_QT_GFX_POWERVR
27         depends on BR2_PACKAGE_QT_OPENGL_ES
28         depends on BR2_PACKAGE_HAS_POWERVR
29         bool "powervr"
31 endmenu