diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-07 20:29:27 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-07 20:29:27 +0000 |
commit | 8a12bab608cb8f8ab3d009966c34758d797c7443 (patch) | |
tree | 134ed580787d4bde467d9aee179bd95aa42a8294 /package/directfb/Config.in | |
parent | 5b0e7a5ddb4b7a03ff0ef7552f09970d6422f9c7 (diff) |
widen options to configure directfb, patch by Micha Nelissen <micha@neli.hopto.org>
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r-- | package/directfb/Config.in | 76 |
1 files changed, 70 insertions, 6 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 50dc5b905..61f786a1b 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -1,15 +1,10 @@ config BR2_PACKAGE_DIRECTFB bool "directfb" - select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_JPEG - select BR2_PACKAGE_LIBPNG - select BR2_PACKAGE_LIBSYSFS select BR2_PACKAGE_FREETYPE - select BR2_PACKAGE_TSLIB + select BR2_PACKAGE_ZLIB help http://www.directfb.org/ - config BR2_PACKAGE_DIRECTFB_MULTI bool "directfb multi application" depends on BR2_PACKAGE_DIRECTFB @@ -17,3 +12,72 @@ config BR2_PACKAGE_DIRECTFB_MULTI help Enable use of multiple concurrent DirectFB applications http://www.directfb.org/ + +config BR2_PACKAGE_DIRECTFB_XSERVER + bool "build with X server backend" + default n + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_UNIQUE + bool "enable unique window manager" + default n + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_ATI128 + bool "compile ati128 graphics driver" + default n + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_CLE266 + bool "compile cle266 graphics driver" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_MATROX + bool "compile matrox graphics driver" + default n + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_UNICHROME + bool "compile unichrome graphics driver" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_KEYBOARD + bool "compile keyboard input driver" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_PS2MOUSE + bool "compile PS2 mouse input driver" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_SERIALMOUSE + bool "compile serial mouse input driver" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_PNG + bool "enable PNG support" + default y + depends on BR2_PACKAGE_DIRECTFB + select BR2_PACKAGE_LIBPNG + select BR2_PACKAGE_ZLIB + +config BR2_PACKAGE_DIRECTFB_TSLIB + bool "enable touchscreen support" + default y + depends on BR2_PACKAGE_DIRECTFB + select BR2_PACKAGE_TSLIB + +config BR2_PACKAGE_DIRECTFB_GIF + bool "enable GIF support" + default y + depends on BR2_PACKAGE_DIRECTFB + +config BR2_PACKAGE_DIRECTFB_JPEG + bool "enable JPEG support" + default y + depends on BR2_PACKAGE_DIRECTFB + select BR2_PACKAGE_JPEG |