2008-03-06 18:55:26 +01:00
|
|
|
config BR2_PACKAGE_BLACKBOX
|
|
|
|
bool "blackbox"
|
2009-07-17 14:34:22 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2009-03-14 15:58:40 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2010-07-02 14:04:34 +02:00
|
|
|
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/
|
2010-07-02 14:04:34 +02:00
|
|
|
|
|
|
|
comment "blackbox requires a toolchain with C++ support enabled"
|
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|