buildrootschalter/package/blackbox/Config.in

16 lines
470 B
Plaintext
Raw Normal View History

2008-03-06 18:55:26 +01:00
config BR2_PACKAGE_BLACKBOX
bool "blackbox"
depends on BR2_PACKAGE_XORG7
2009-03-14 15:58:40 +01:00
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_XLIB_LIBX11
2008-03-06 18:55:26 +01:00
help
2008-08-27 22:19:30 +02:00
Blackbox is a fast, lightweight window manager for the X
Window System.
2008-03-06 18:55:26 +01:00
http://blackboxwm.sourceforge.net/
comment "blackbox requires a toolchain with C++ support enabled"
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP