From: Carsten Schoenert <c.schoenert@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 08/10] directfb-exambles: adding new examples to the menu
Date: Sun, 10 Mar 2013 19:32:49 +0100 [thread overview]
Message-ID: <1362940371-25899-9-git-send-email-c.schoenert@gmail.com> (raw)
In-Reply-To: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com>
From: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
---
package/directfb-examples/Config.in | 12 ++++++++++++
package/directfb-examples/directfb-examples.mk | 2 ++
2 files changed, 14 insertions(+)
diff --git a/package/directfb-examples/Config.in b/package/directfb-examples/Config.in
index abd0e25..e84f0f7 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
diff --git a/package/directfb-examples/directfb-examples.mk b/package/directfb-examples/directfb-examples.mk
index c7235d6..1342047 100644
--- a/package/directfb-examples/directfb-examples.mk
+++ b/package/directfb-examples/directfb-examples.mk
@@ -27,6 +27,8 @@ DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT) += usr/bin/df_i
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK) += usr/bin/df_joystick
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES) += usr/bin/df_knuckles
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER) += usr/bin/df_layer
+DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX) += usr/bin/df_matrix
+DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER) += usr/bin/df_matrix_water
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO) += usr/bin/df_neo
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD) += usr/bin/df_netload
DIRECTFB_EXAMPLES_TARGETS_$(BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE) += usr/bin/df_palette
--
1.7.10.4
next prev parent reply other threads:[~2013-03-10 18:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-10 18:32 [Buildroot] [PATCH 00/10] [reworked] Updating directfb and divine Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 01/10] directfb: bumping version to 1.6.3 Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 02/10] divine: " Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH v2 03/10] directfb: expanding the help strings Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 04/10] directfb: fixing typo in variables Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 05/10] Config.in.legacy: adding renamed BR2 Options Carsten Schoenert
2013-04-28 20:36 ` Peter Korsgaard
2013-03-10 18:32 ` [Buildroot] [PATCH 06/10] directfb-examples: correcting indentation and expanding help text Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 07/10] directfb-examples: bump to version 1.6.0 Carsten Schoenert
2013-03-10 18:32 ` Carsten Schoenert [this message]
2013-03-10 18:32 ` [Buildroot] [PATCH 09/10] directfb-examples: adding license information Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 10/10] sawman: bumping version to 1.6.3 Carsten Schoenert
2013-04-28 20:36 ` [Buildroot] [PATCH 00/10] [reworked] Updating directfb and divine Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362940371-25899-9-git-send-email-c.schoenert@gmail.com \
--to=c.schoenert@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox