b9da3bab1e
Fixes: http://autobuild.buildroot.net/results/644617ae64b39c57428c3e57115c3e6df5396d16/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
config BR2_PACKAGE_BLACKBOX
|
|
bool "blackbox"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
help
|
|
Blackbox is a fast, lightweight window manager for the X
|
|
Window System.
|
|
|
|
http://blackboxwm.sourceforge.net/
|
|
|
|
comment "blackbox requires a toolchain with C++ support enabled"
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|