6beeb755fa
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
99 lines
2.5 KiB
Plaintext
99 lines
2.5 KiB
Plaintext
config BR2_PACKAGE_DIRECTFB
|
|
bool "directfb"
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
http://www.directfb.org/
|
|
|
|
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
|
|
http://www.directfb.org/
|
|
|
|
config BR2_PACKAGE_DIRECTFB_XSERVER
|
|
bool "build with X server backend"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
config BR2_PACKAGE_DIRECTFB_UNIQUE
|
|
bool "enable unique window manager"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_UNIMPLEMENTED
|
|
|
|
config BR2_PACKAGE_DIRECTFB_ATI128
|
|
bool "compile ati128 graphics driver"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_DIRECTFB_CLE266
|
|
bool "compile cle266 graphics driver"
|
|
default y
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_DIRECTFB_MATROX
|
|
bool "compile matrox graphics driver"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
|
bool "compile unichrome graphics driver"
|
|
default y
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
|
|
bool "compile /dev/input/eventX input 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
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
|
|
bool "compile serial mouse input driver"
|
|
default y
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
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
|
|
select BR2_PACKAGE_LIBUNGIF
|
|
|
|
config BR2_PACKAGE_DIRECTFB_JPEG
|
|
bool "enable JPEG support"
|
|
default y
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
select BR2_PACKAGE_JPEG
|
|
|
|
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.
|