2005-04-26 08:26:14 +02:00
|
|
|
config BR2_PACKAGE_DIRECTFB
|
|
|
|
bool "directfb"
|
|
|
|
default n
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_JPEG
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
select BR2_PACKAGE_LIBSYSFS
|
|
|
|
select BR2_PACKAGE_FREETYPE
|
2007-08-12 20:21:27 +02:00
|
|
|
select BR2_PACKAGE_TSLIB
|
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"
|
|
|
|
default n
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
select BR2_PACKAGE_LINUX_FUSION
|
|
|
|
help
|
|
|
|
Enable use of multiple concurrent DirectFB applications
|
|
|
|
http://www.directfb.org/
|