Config.in 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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_KEYBOARD
  41. bool "compile keyboard input driver"
  42. default y
  43. depends on BR2_PACKAGE_DIRECTFB
  44. config BR2_PACKAGE_DIRECTFB_PS2MOUSE
  45. bool "compile PS2 mouse input driver"
  46. default y
  47. depends on BR2_PACKAGE_DIRECTFB
  48. depends on BR2_i386 || BR2_x86_64
  49. config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
  50. bool "compile serial mouse input driver"
  51. default y
  52. depends on BR2_PACKAGE_DIRECTFB
  53. config BR2_PACKAGE_DIRECTFB_PNG
  54. bool "enable PNG support"
  55. default y
  56. depends on BR2_PACKAGE_DIRECTFB
  57. select BR2_PACKAGE_LIBPNG
  58. config BR2_PACKAGE_DIRECTFB_TSLIB
  59. bool "enable touchscreen support"
  60. default y
  61. depends on BR2_PACKAGE_DIRECTFB
  62. select BR2_PACKAGE_TSLIB
  63. config BR2_PACKAGE_DIRECTFB_GIF
  64. bool "enable GIF support"
  65. default y
  66. depends on BR2_PACKAGE_DIRECTFB
  67. select BR2_PACKAGE_LIBUNGIF
  68. config BR2_PACKAGE_DIRECTFB_JPEG
  69. bool "enable JPEG support"
  70. default y
  71. depends on BR2_PACKAGE_DIRECTFB
  72. select BR2_PACKAGE_JPEG