summaryrefslogtreecommitdiffstats
path: root/package/directfb-examples/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/directfb-examples/Config.in')
-rw-r--r--package/directfb-examples/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/directfb-examples/Config.in b/package/directfb-examples/Config.in
index be5ba8619..afd6d6d5a 100644
--- a/package/directfb-examples/Config.in
+++ b/package/directfb-examples/Config.in
@@ -99,6 +99,18 @@ config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
help
Simple videoplayer with layers.
+config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
+ bool "usr/bin/df_matrix"
+ depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+ help
+ Testing SetMatrix() for free transforms.
+
+config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
+ bool "usr/bin/df_matrix_water"
+ depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+ help
+ Same as df_matrix, but using new Water API.
+
config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
bool "usr/bin/df_neo"
depends on BR2_PACKAGE_DIRECTFB_EXAMPLES