Config.in 437 B

1234567891011121314
  1. config BR2_PACKAGE_BLACKBOX
  2. bool "blackbox"
  3. depends on BR2_PACKAGE_XORG7
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. select BR2_PACKAGE_XLIB_LIBX11
  7. help
  8. Blackbox is a fast, lightweight window manager for the X
  9. Window System.
  10. http://blackboxwm.sourceforge.net/
  11. comment "blackbox requires a toolchain with C++ support enabled"
  12. depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP