2005-04-26 08:26:14 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB
|
|
|
|
bool "directfb"
|
|
|
|
select BR2_PACKAGE_FREETYPE
|
2008-10-07 22:29:27 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2005-04-26 08:26:14 +02:00
|
|
|
help
|
2007-08-12 20:21:27 +02:00
|
|
|
http://www.directfb.org/
|
2005-04-26 08:26:14 +02:00
|
|
|
|
2007-08-12 20:21:27 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_MULTI
|
|
|
|
bool "directfb multi application"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
select BR2_PACKAGE_LINUX_FUSION
|
|
|
|
help
|
|
|
|
Enable use of multiple concurrent DirectFB applications
|
2009-08-06 12:28:15 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_DEBUG
|
|
|
|
bool "directfb debugging"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
help
|
|
|
|
Compile DirectFB with lots of debug output
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_TRACE
|
|
|
|
bool "directfb call trace support"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
help
|
|
|
|
Enable call tracing for DirectFB applications
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_XSERVER
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "build with X server backend"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-07-17 15:42:40 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_UNIQUE
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "enable unique window manager"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_UNIMPLEMENTED
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_ATI128
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile ati128 graphics driver"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_CLE266
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile cle266 graphics driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_MATROX
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile matrox graphics driver"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2008-10-07 22:29:27 +02:00
|
|
|
|
2009-09-03 21:11:04 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_PXA3XX
|
|
|
|
bool "compile pxa3xx graphics driver"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
depends on BR2_arm
|
|
|
|
|
2008-10-07 22:29:27 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile unichrome graphics driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2008-10-07 22:29:27 +02:00
|
|
|
|
2009-03-11 16:01:56 +01:00
|
|
|
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
|
|
|
|
bool "compile /dev/input/eventX input driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
|
2008-10-07 22:29:27 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_KEYBOARD
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile keyboard input driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_PS2MOUSE
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile PS2 mouse input driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2009-01-11 21:35:34 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "compile serial mouse input driver"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_TSLIB
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "enable touchscreen support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2008-10-07 22:29:27 +02:00
|
|
|
select BR2_PACKAGE_TSLIB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_GIF
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "enable GIF support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2008-10-07 22:29:27 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_JPEG
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "enable JPEG support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2008-10-07 22:29:27 +02:00
|
|
|
select BR2_PACKAGE_JPEG
|
2009-06-23 13:47:14 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_PNG
|
|
|
|
bool "enable PNG support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTB_DITHER_RGB16
|
|
|
|
bool "enable advanced dithering of RGB16 surfaces"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
help
|
|
|
|
Enable dithering when loading images to RGB16 surfaces.
|
|
|
|
This increases the data section by 64 KBytes.
|