summaryrefslogtreecommitdiffstats
path: root/package/directfb-examples/Config.in
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@gmail.com>2013-03-10 08:32:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-28 21:52:11 +0200
commit7a6f1927031d80bce111617b84e7d80e44f101c8 (patch)
tree4d37944c88d29173a1d81368d870e483b3e3c9eb /package/directfb-examples/Config.in
parent4311d719fd7e2fbd117f96ccb37ea4c2b6add43d (diff)
downloadbuildroot-novena-7a6f1927031d80bce111617b84e7d80e44f101c8.tar.gz
buildroot-novena-7a6f1927031d80bce111617b84e7d80e44f101c8.zip
directfb-exambles: adding new examples to the menu
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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