Files
buildroot/package/directfb2/Config.in
tiopex 313fad9dbf PACKAGE: Add DirectFB2 & SDL2 (#134)
* Add SDL2 + DirectFB2

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2024-11-09 19:59:04 +01:00

24 lines
620 B
Plaintext

config BR2_PACKAGE_DIRECTFB2
bool "directfb2"
depends on !BR2_PACKAGE_DIRECTFB
select BR2_PACKAGE_FLUX
help
DirectFB2 is a fork of DirectFB.
config BR2_PACKAGE_DIRECTFB2_MULTI
bool "enable multiple application support"
depends on BR2_PACKAGE_DIRECTFB2
config BR2_PACKAGE_DIRECTFB2_MULTI_KERNEL
bool "Enable Linux fusion device support for multi application"
select BR2_PACKAGE_DIRECTFB2_MULTI
config BR2_PACKAGE_DIRECTFB2_DRMKMS
bool "DRM/KMS backend"
depends on BR2_PACKAGE_DIRECTFB2
select BR2_PACKAGE_LIBDRM
config BR2_PACKAGE_DIRECTFB2_FBDEV
bool "fbdev backend"
depends on BR2_PACKAGE_DIRECTFB2