Переглянути джерело

directfb-examples: drop usr/bin path from sub options text

Nowhere else do we list the explicit path where binaries are installed to,
so drop it from here.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 роки тому
батько
коміт
0278ba33bb
1 змінених файлів з 26 додано та 26 видалено
  1. 26 26
      package/directfb-examples/Config.in

+ 26 - 26
package/directfb-examples/Config.in

@@ -11,146 +11,146 @@ config BR2_PACKAGE_DIRECTFB_EXAMPLES
 if BR2_PACKAGE_DIRECTFB_EXAMPLES
 if BR2_PACKAGE_DIRECTFB_EXAMPLES
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
-	bool "usr/bin/df_andi"
+	bool "df_andi"
 	help
 	help
 	  Penguin demo, press 'space' to form convergence logo,
 	  Penguin demo, press 'space' to form convergence logo,
 	  's'/'d' to spawn/destroy 'a' penguin, 'r' to revive penguin
 	  's'/'d' to spawn/destroy 'a' penguin, 'r' to revive penguin
 	  after space was pressed, 'c' tests clipping.
 	  after space was pressed, 'c' tests clipping.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
-	bool "usr/bin/df_bltload"
+	bool "df_bltload"
 	help
 	help
 	  Reads information from /proc/bltstat.
 	  Reads information from /proc/bltstat.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
-	bool "usr/bin/df_cpuload"
+	bool "df_cpuload"
 	help
 	help
 	  CPU Load with data from /proc/stat.
 	  CPU Load with data from /proc/stat.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
-	bool "usr/bin/df_databuffer"
+	bool "df_databuffer"
 	help
 	help
 	  Simple test application for data buffers.
 	  Simple test application for data buffers.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
-	bool "usr/bin/df_dioload"
+	bool "df_dioload"
 	help
 	help
 	  Disk IO with data from /proc/stat.
 	  Disk IO with data from /proc/stat.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
-	bool "usr/bin/df_dok"
+	bool "df_dok"
 	help
 	help
 	  DirectFB benchmark application, runs some tests and
 	  DirectFB benchmark application, runs some tests and
 	  displays benchmark results afterwards.
 	  displays benchmark results afterwards.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
-	bool "usr/bin/df_drivertest"
+	bool "df_drivertest"
 	help
 	help
 	  Tool to check drivers for bugs and accuracy.
 	  Tool to check drivers for bugs and accuracy.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
-	bool "usr/bin/df_fire"
+	bool "df_fire"
 	help
 	help
 	  The famous fire effect ported to DirectFB (16 bpp only).
 	  The famous fire effect ported to DirectFB (16 bpp only).
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
-	bool "usr/bin/df_flip"
+	bool "df_flip"
 	help
 	help
 	  Raw Flip() benchmark.
 	  Raw Flip() benchmark.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
-	bool "usr/bin/df_fonts"
+	bool "df_fonts"
 	help
 	help
 	  Takes a list of font files and shows character tables.
 	  Takes a list of font files and shows character tables.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
-	bool "usr/bin/df_input"
+	bool "df_input"
 	help
 	help
 	  Test application for input devices.
 	  Test application for input devices.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
-	bool "usr/bin/df_joystick"
+	bool "df_joystick"
 	help
 	help
 	  A colored version of df_particle, fointain can be moved with
 	  A colored version of df_particle, fointain can be moved with
 	  joystick. The particles of different colors can be spawned
 	  joystick. The particles of different colors can be spawned
 	  with different joystick buttons (1-4).
 	  with different joystick buttons (1-4).
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
-	bool "usr/bin/df_knuckles"
+	bool "df_knuckles"
 	help
 	help
 	  3D skull drawn using triangles that can be rotated using
 	  3D skull drawn using triangles that can be rotated using
 	  the mouse. 'Space' switches to wireframe, 'b' toggles
 	  the mouse. 'Space' switches to wireframe, 'b' toggles
 	  backface culling.
 	  backface culling.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
-	bool "usr/bin/df_layer"
+	bool "df_layer"
 	help
 	help
 	  Simple videoplayer with layers.
 	  Simple videoplayer with layers.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
-	bool "usr/bin/df_matrix"
+	bool "df_matrix"
 	help
 	help
 	  Testing SetMatrix() for free transforms.
 	  Testing SetMatrix() for free transforms.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
-	bool "usr/bin/df_matrix_water"
+	bool "df_matrix_water"
 	help
 	help
 	  Same as df_matrix, but using new Water API.
 	  Same as df_matrix, but using new Water API.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
-	bool "usr/bin/df_neo"
+	bool "df_neo"
 	help
 	help
 	  Port from a gdk-pixbuf demo to DirectFB, uses scaling,
 	  Port from a gdk-pixbuf demo to DirectFB, uses scaling,
 	  alpha blending and color modulation, use cursor keys and
 	  alpha blending and color modulation, use cursor keys and
 	  space to change parameters.
 	  space to change parameters.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
-	bool "usr/bin/df_netload"
+	bool "df_netload"
 	help
 	help
 	  Network statistica from /proc/net/dev.
 	  Network statistica from /proc/net/dev.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
-	bool "usr/bin/df_palette"
+	bool "df_palette"
 	help
 	help
 	  A example blitting from a surface with a
 	  A example blitting from a surface with a
 	  rotating/morphing palette.
 	  rotating/morphing palette.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
-	bool "usr/bin/df_particle"
+	bool "df_particle"
 	help
 	help
 	  A moving fountain consisting of alphablended rectangles,
 	  A moving fountain consisting of alphablended rectangles,
 	  nice and fast if hardware accelerated.
 	  nice and fast if hardware accelerated.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
-	bool "usr/bin/df_porter"
+	bool "df_porter"
 	help
 	help
 	  Shows porter/duff blending rules.
 	  Shows porter/duff blending rules.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
-	bool "usr/bin/df_stress"
+	bool "df_stress"
 	help
 	help
 	  Stress tests surface manager, for debugging purposes only.
 	  Stress tests surface manager, for debugging purposes only.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
-	bool "usr/bin/df_texture"
+	bool "df_texture"
 	help
 	help
 	  A simple texture example. The 3d windows can be rotated
 	  A simple texture example. The 3d windows can be rotated
 	  with the mouse.
 	  with the mouse.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
-	bool "usr/bin/df_video"
+	bool "df_video"
 	help
 	help
 	  Shows window stack with alpha blending and video playback
 	  Shows window stack with alpha blending and video playback
 	  in a moving window.
 	  in a moving window.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
-	bool "usr/bin/df_video_particle"
+	bool "df_video_particle"
 	help
 	help
 	  Same as df_particle, but the rectangles have been
 	  Same as df_particle, but the rectangles have been
 	  replaced by a video (via video4linux). Nice color effects.
 	  replaced by a video (via video4linux). Nice color effects.
 
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
-	bool "usr/bin/df_window"
+	bool "df_window"
 	help
 	help
 	  Simple demonstration of the DirectFB window stack, follow
 	  Simple demonstration of the DirectFB window stack, follow
 	  the instructions in the upper left corner. Pass a video
 	  the instructions in the upper left corner. Pass a video