summaryrefslogtreecommitdiffstats
path: root/package/blackbox/Config.in
blob: 40de632bb09e2e4f27900bfc3a440332fd495352 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_BLACKBOX
	bool "blackbox"
	default n
	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
	help
	  Blackbox is a fast, lightweight window manager for the X Window System.

	  http://blackboxwm.sourceforge.net/

comment "blackbox		- disabled (requires Xorg(7))"
	depends !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)