Config.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. config BR2_PACKAGE_DIRECTFB
  2. bool "directfb"
  3. select BR2_PACKAGE_FREETYPE
  4. select BR2_PACKAGE_ZLIB
  5. help
  6. http://www.directfb.org/
  7. if BR2_PACKAGE_DIRECTFB
  8. config BR2_PACKAGE_DIRECTFB_MULTI
  9. bool "directfb multi application"
  10. select BR2_PACKAGE_LINUX_FUSION
  11. depends on BR2_LINUX_KERNEL
  12. help
  13. Enable use of multiple concurrent DirectFB applications
  14. config BR2_PACKAGE_DIRECTFB_DEBUG
  15. bool "directfb debugging"
  16. help
  17. Compile DirectFB with lots of debug output
  18. config BR2_PACKAGE_DIRECTFB_TRACE
  19. bool "directfb call trace support"
  20. help
  21. Enable call tracing for DirectFB applications
  22. config BR2_PACKAGE_DIRECTFB_XSERVER
  23. bool "build with X server backend"
  24. depends on BR2_PACKAGE_XORG7
  25. config BR2_PACKAGE_DIRECTFB_UNIQUE
  26. bool "enable unique window manager"
  27. depends on BR2_UNIMPLEMENTED
  28. config BR2_PACKAGE_DIRECTFB_ATI128
  29. bool "compile ati128 graphics driver"
  30. depends on BR2_i386 || BR2_x86_64
  31. config BR2_PACKAGE_DIRECTFB_CLE266
  32. bool "compile cle266 graphics driver"
  33. default y
  34. depends on BR2_i386 || BR2_x86_64
  35. config BR2_PACKAGE_DIRECTFB_MATROX
  36. bool "compile matrox graphics driver"
  37. depends on BR2_i386 || BR2_x86_64
  38. config BR2_PACKAGE_DIRECTFB_PXA3XX
  39. bool "compile pxa3xx graphics driver"
  40. depends on BR2_arm
  41. config BR2_PACKAGE_DIRECTFB_EP9X
  42. bool "compile ep9x graphics driver"
  43. depends on BR2_arm
  44. config BR2_PACKAGE_DIRECTFB_UNICHROME
  45. bool "compile unichrome graphics driver"
  46. default y
  47. depends on BR2_i386 || BR2_x86_64
  48. config BR2_PACKAGE_DIRECTFB_I830
  49. bool "compile i830 graphics driver"
  50. depends on BR2_i386 || BR2_x86_64
  51. config BR2_PACKAGE_DIRECTFB_LINUXINPUT
  52. bool "compile /dev/input/eventX input driver"
  53. default y
  54. config BR2_PACKAGE_DIRECTFB_KEYBOARD
  55. bool "compile keyboard input driver"
  56. default y
  57. config BR2_PACKAGE_DIRECTFB_PS2MOUSE
  58. bool "compile PS2 mouse input driver"
  59. default y
  60. config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
  61. bool "compile serial mouse input driver"
  62. default y
  63. config BR2_PACKAGE_DIRECTFB_TSLIB
  64. bool "enable touchscreen support"
  65. default y
  66. select BR2_PACKAGE_TSLIB
  67. config BR2_PACKAGE_DIRECTFB_GIF
  68. bool "enable GIF support"
  69. default y
  70. config BR2_PACKAGE_DIRECTFB_JPEG
  71. bool "enable JPEG support"
  72. default y
  73. select BR2_PACKAGE_JPEG
  74. config BR2_PACKAGE_DIRECTFB_PNG
  75. bool "enable PNG support"
  76. default y
  77. select BR2_PACKAGE_LIBPNG
  78. config BR2_PACKAGE_DIRECTB_DITHER_RGB16
  79. bool "enable advanced dithering of RGB16 surfaces"
  80. help
  81. Enable dithering when loading images to RGB16 surfaces.
  82. This increases the data section by 64 KBytes.
  83. config BR2_PACKAGE_DIRECTB_TESTS
  84. bool "build directfb tests"
  85. endif # BR2_PACKAGE_DIRECTFB