Config.in 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. config BR2_PACKAGE_DIRECTFB_MULTI
  8. bool "directfb multi application"
  9. depends on BR2_PACKAGE_DIRECTFB
  10. select BR2_PACKAGE_LINUX_FUSION
  11. help
  12. Enable use of multiple concurrent DirectFB applications
  13. http://www.directfb.org/
  14. config BR2_PACKAGE_DIRECTFB_XSERVER
  15. bool "build with X server backend"
  16. depends on BR2_PACKAGE_DIRECTFB
  17. depends on !BR2_PACKAGE_XSERVER_none
  18. config BR2_PACKAGE_DIRECTFB_UNIQUE
  19. bool "enable unique window manager"
  20. depends on BR2_PACKAGE_DIRECTFB
  21. depends on BR2_UNIMPLEMENTED
  22. config BR2_PACKAGE_DIRECTFB_ATI128
  23. bool "compile ati128 graphics driver"
  24. depends on BR2_PACKAGE_DIRECTFB
  25. depends on BR2_i386 || BR2_x86_64
  26. config BR2_PACKAGE_DIRECTFB_CLE266
  27. bool "compile cle266 graphics driver"
  28. default y
  29. depends on BR2_PACKAGE_DIRECTFB
  30. depends on BR2_i386 || BR2_x86_64
  31. config BR2_PACKAGE_DIRECTFB_MATROX
  32. bool "compile matrox graphics driver"
  33. depends on BR2_PACKAGE_DIRECTFB
  34. depends on BR2_i386 || BR2_x86_64
  35. config BR2_PACKAGE_DIRECTFB_UNICHROME
  36. bool "compile unichrome graphics driver"
  37. default y
  38. depends on BR2_PACKAGE_DIRECTFB
  39. depends on BR2_i386 || BR2_x86_64
  40. config BR2_PACKAGE_DIRECTFB_LINUXINPUT
  41. bool "compile /dev/input/eventX input driver"
  42. default y
  43. depends on BR2_PACKAGE_DIRECTFB
  44. config BR2_PACKAGE_DIRECTFB_KEYBOARD
  45. bool "compile keyboard input driver"
  46. default y
  47. depends on BR2_PACKAGE_DIRECTFB
  48. config BR2_PACKAGE_DIRECTFB_PS2MOUSE
  49. bool "compile PS2 mouse input driver"
  50. default y
  51. depends on BR2_PACKAGE_DIRECTFB
  52. depends on BR2_i386 || BR2_x86_64
  53. config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
  54. bool "compile serial mouse input driver"
  55. default y
  56. depends on BR2_PACKAGE_DIRECTFB
  57. config BR2_PACKAGE_DIRECTFB_PNG
  58. bool "enable PNG support"
  59. default y
  60. depends on BR2_PACKAGE_DIRECTFB
  61. select BR2_PACKAGE_LIBPNG
  62. config BR2_PACKAGE_DIRECTFB_TSLIB
  63. bool "enable touchscreen support"
  64. default y
  65. depends on BR2_PACKAGE_DIRECTFB
  66. select BR2_PACKAGE_TSLIB
  67. config BR2_PACKAGE_DIRECTFB_GIF
  68. bool "enable GIF support"
  69. default y
  70. depends on BR2_PACKAGE_DIRECTFB
  71. select BR2_PACKAGE_LIBUNGIF
  72. config BR2_PACKAGE_DIRECTFB_JPEG
  73. bool "enable JPEG support"
  74. default y
  75. depends on BR2_PACKAGE_DIRECTFB
  76. select BR2_PACKAGE_JPEG