Config.in 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config BR2_PACKAGE_MATCHBOX
  2. bool "MatchBox Window Manager"
  3. default n
  4. select BR2_PACKAGE_XSERVER_XORG_SERVER
  5. select BR2_PACKAGE_FONTCONFIG
  6. select BR2_PACKAGE_XLIB_LIBXDAMAGE
  7. select BR2_PACKAGE_XLIB_LIBXCURSOR
  8. help
  9. http://projects.o-hand.com/matchbox
  10. config BR2_PACKAGE_MATCHBOX_SNOTIFY
  11. bool "Enable Matchbox Startup Notification"
  12. depends BR2_PACKAGE_MATCHBOX
  13. select BR2_PACKAGE_XAPP_XSM
  14. default n
  15. help
  16. Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox
  17. config BR2_PACKAGE_MATCHBOX_PANEL
  18. bool "Matchbox Panel"
  19. depends BR2_PACKAGE_MATCHBOX
  20. default n
  21. help
  22. A flexible always present 'window bar' for holding application launchers"
  23. config BR2_PACKAGE_MATCHBOX_DESKTOP
  24. bool "Matchbox Desktop"
  25. depends BR2_PACKAGE_MATCHBOX
  26. default n
  27. help
  28. A PDA style application launcher or 'item browser'.
  29. config BR2_PACKAGE_MATCHBOX_KEYBOARD
  30. bool "Metchbox Virtual Keyboard"
  31. depends BR2_PACKAGE_MATCHBOX
  32. select BR2_PACKAGE_XLIB_LIBXTST
  33. default n
  34. help
  35. Virtual Keyboard (developement version from CVS)