Config.in 454 B

12345678910111213141516
  1. config BR2_PACKAGE_FLUXBOX
  2. bool "fluxbox"
  3. depends on BR2_PACKAGE_XORG7
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_USE_MMU # fork()
  6. select BR2_PACKAGE_XLIB_LIBX11
  7. # Runtime dependency, needed by startup script
  8. select BR2_PACKAGE_XAPP_XMODMAP
  9. help
  10. The Fluxbox lightweight window manager for X
  11. http://fluxbox.org
  12. comment "fluxbox needs a toolchain w/ C++"
  13. depends on BR2_USE_MMU
  14. depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP