Config.in 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. config BR2_PACKAGE_DIRECTFB_EXAMPLES
  2. bool "directfb examples"
  3. depends on BR2_PACKAGE_DIRECTFB
  4. config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
  5. bool "usr/bin/df_andi"
  6. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  7. config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
  8. bool "usr/bin/df_bltload"
  9. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  10. config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
  11. bool "usr/bin/df_cpuload"
  12. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  13. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
  14. bool "usr/bin/df_databuffer"
  15. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  16. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
  17. bool "usr/bin/df_dioload"
  18. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  19. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
  20. bool "usr/bin/df_dok"
  21. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  22. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
  23. bool "usr/bin/df_drivertest"
  24. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  25. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
  26. bool "usr/bin/df_fire"
  27. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  28. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
  29. bool "usr/bin/df_flip"
  30. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  31. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
  32. bool "usr/bin/df_fonts"
  33. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  34. config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
  35. bool "usr/bin/df_input"
  36. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  37. config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
  38. bool "usr/bin/df_joystick"
  39. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  40. config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
  41. bool "usr/bin/df_knuckles"
  42. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  43. config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
  44. bool "usr/bin/df_layer"
  45. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  46. config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
  47. bool "usr/bin/df_neo"
  48. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  49. config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
  50. bool "usr/bin/df_netload"
  51. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  52. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
  53. bool "usr/bin/df_palette"
  54. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  55. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
  56. bool "usr/bin/df_particle"
  57. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  58. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
  59. bool "usr/bin/df_porter"
  60. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  61. config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
  62. bool "usr/bin/df_stress"
  63. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  64. config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
  65. bool "usr/bin/df_texture"
  66. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  67. config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
  68. bool "usr/bin/df_video"
  69. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  70. config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
  71. bool "usr/bin/df_video_particle"
  72. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  73. config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
  74. bool "usr/bin/df_window"
  75. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES