16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
menuconfig BR2_PACKAGE_DIRECTFB_EXAMPLES
|
|
bool "directfb examples"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
help
|
|
The DirectFB-examples package contains a set of simple
|
|
DirectFB applications that can be used to test and demonstrate
|
|
various DirectFB features.
|
|
|
|
http://directfb.org/downloads/Extras/README.DirectFB-examples
|
|
|
|
if BR2_PACKAGE_DIRECTFB_EXAMPLES
|
|
config BR2_PACKAGE_DIRECTFB_EXAMPLES_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|