Commit 7a6f1927 authored by Carsten Schoenert's avatar Carsten Schoenert Committed by Peter Korsgaard
Browse files

directfb-exambles: adding new examples to the menu

parent 4311d719
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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