mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* Add SDL2 + DirectFB2 --------- Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
24 lines
620 B
Plaintext
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
|