2005-04-26 08:26:14 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB
|
|
|
|
bool "directfb"
|
2012-11-23 22:01:38 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-04-29 15:16:00 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2005-04-26 08:26:14 +02:00
|
|
|
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
|
|
|
|
2010-01-20 01:05:30 +01:00
|
|
|
if BR2_PACKAGE_DIRECTFB
|
|
|
|
|
2007-08-12 20:21:27 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_MULTI
|
|
|
|
bool "directfb multi application"
|
|
|
|
select BR2_PACKAGE_LINUX_FUSION
|
2014-09-23 11:45:47 +02:00
|
|
|
depends on BR2_USE_MMU # madvise()
|
2010-07-16 21:49:01 +02:00
|
|
|
depends on BR2_LINUX_KERNEL
|
2007-08-12 20:21:27 +02:00
|
|
|
help
|
|
|
|
Enable use of multiple concurrent DirectFB applications
|
2009-08-06 12:28:15 +02:00
|
|
|
|
2013-12-15 13:20:39 +01:00
|
|
|
comment "directfb multi application needs a Linux kernel to be built"
|
|
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
|
2009-08-06 12:28:15 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_DEBUG
|
|
|
|
bool "directfb debugging"
|
|
|
|
help
|
|
|
|
Compile DirectFB with lots of debug output
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DIRECTFB_TRACE
|
|
|
|
bool "directfb call trace support"
|
|
|
|
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"
|
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"
|
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"
|
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
|
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"
|
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_arm
|
2013-03-10 09:32:44 +01:00
|
|
|
help
|
|
|
|
The Marvell PXA3xx Processor Family is a system-on-chip based
|
|
|
|
on XScale® microarchitecture. This option enables the graphic
|
|
|
|
driver support for the PXA3xx processor family.
|
|
|
|
|
|
|
|
http://www.marvell.com/application-processors/pxa-family/
|
2009-09-03 21:11:04 +02:00
|
|
|
|
2011-02-08 08:46:28 +01:00
|
|
|
config BR2_PACKAGE_DIRECTFB_EP9X
|
|
|
|
bool "compile ep9x graphics driver"
|
|
|
|
depends on BR2_arm
|
2013-03-10 09:32:44 +01:00
|
|
|
help
|
|
|
|
Enable the graphic driver support for the EP93xx ARMv9 based
|
|
|
|
processors from Cirrus Logic.
|
|
|
|
|
|
|
|
http://cirrus.com/en/products/arm9.html
|
2011-02-08 08:46:28 +01:00
|
|
|
|
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
|
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-24 03:13:52 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_I830
|
|
|
|
bool "compile i830 graphics driver"
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
|
2009-03-11 16:01:56 +01:00
|
|
|
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
|
|
|
|
bool "compile /dev/input/eventX input driver"
|
|
|
|
default y
|
|
|
|
|
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
|
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
|
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
|
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"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # tslib
|
2008-10-09 20:36:18 +02:00
|
|
|
default y
|
2008-10-07 22:29:27 +02:00
|
|
|
select BR2_PACKAGE_TSLIB
|
|
|
|
|
2013-10-18 08:44:43 +02:00
|
|
|
comment "touchscreen support needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|
2013-10-18 08:44:43 +02:00
|
|
|
|
2008-10-07 22:29:27 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_GIF
|
2008-10-09 20:36:18 +02:00
|
|
|
bool "enable GIF support"
|
|
|
|
default y
|
2008-10-07 22:29:27 +02:00
|
|
|
|
2013-05-21 01:29:40 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_IMLIB2
|
|
|
|
bool "enable IMLIB2 support"
|
|
|
|
select BR2_PACKAGE_IMLIB2
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-04-29 21:00:16 +02:00
|
|
|
|
|
|
|
comment "imlib2 support needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|
2013-05-21 01:29:40 +02:00
|
|
|
|
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
|
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
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
|
2014-09-12 17:50:10 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB_SVG
|
|
|
|
bool "enable SVG support"
|
|
|
|
depends on BR2_ARCH_HAS_ATOMICS # cairo
|
|
|
|
default y
|
|
|
|
select BR2_PACKAGE_LIBSVG_CAIRO
|
|
|
|
|
2013-03-10 09:32:45 +01:00
|
|
|
config BR2_PACKAGE_DIRECTFB_DITHER_RGB16
|
2009-06-23 13:47:14 +02:00
|
|
|
bool "enable advanced dithering of RGB16 surfaces"
|
|
|
|
help
|
|
|
|
Enable dithering when loading images to RGB16 surfaces.
|
|
|
|
This increases the data section by 64 KBytes.
|
2010-01-20 01:05:30 +01:00
|
|
|
|
2013-03-10 09:32:45 +01:00
|
|
|
config BR2_PACKAGE_DIRECTFB_TESTS
|
2010-04-30 02:58:47 +02:00
|
|
|
bool "build directfb tests"
|
|
|
|
|
2010-01-20 01:05:30 +01:00
|
|
|
endif # BR2_PACKAGE_DIRECTFB
|
2012-11-23 22:01:38 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "directfb needs a toolchain w/ C++, threads"
|
2013-04-29 15:16:00 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|