1config BR2_PACKAGE_FLUXBOX
2	bool "fluxbox"
3	depends on BR2_PACKAGE_XORG7
4	depends on BR2_INSTALL_LIBSTDCPP
5	depends on BR2_USE_MMU # fork()
6	select BR2_PACKAGE_XLIB_LIBX11
7	# Runtime dependency, needed by startup script
8	select BR2_PACKAGE_XAPP_XMODMAP
9	help
10	  The Fluxbox lightweight window manager for X
11
12	  http://fluxbox.org
13
14comment "fluxbox needs a toolchain w/ C++"
15	depends on BR2_USE_MMU
16	depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
17