blob: 70f7eb4b57042a3f5c54b700c687b29f401d5a3f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | config BR2_PACKAGE_BLACKBOX
	bool "blackbox"
	depends on BR2_PACKAGE_XORG7
	depends on BR2_INSTALL_LIBSTDCPP
	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
 |