diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-27 15:24:12 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-27 15:24:12 +0200 |
commit | 074d73a919d8de5ccce04eb79e1940f202f604b3 (patch) | |
tree | 5c8c4fdac933a072ed774b952dc3e3304d90b96f /package/qt/Config.gfx.in | |
parent | 53fd73611c93f55215356444a15d3f615fd74003 (diff) | |
parent | 314cdcbd2541cae9fb1709831ec67e36508ac793 (diff) | |
download | buildroot-novena-074d73a919d8de5ccce04eb79e1940f202f604b3.tar.gz buildroot-novena-074d73a919d8de5ccce04eb79e1940f202f604b3.zip |
Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/qt/Config.gfx.in')
-rw-r--r-- | package/qt/Config.gfx.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/qt/Config.gfx.in b/package/qt/Config.gfx.in new file mode 100644 index 000000000..0e222dd03 --- /dev/null +++ b/package/qt/Config.gfx.in @@ -0,0 +1,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 |