2011-08-03 19:23:01 +02:00
|
|
|
config BR2_PACKAGE_FLUXBOX
|
|
|
|
bool "fluxbox"
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-05-17 16:18:22 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-08-03 19:23:01 +02:00
|
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
2012-10-25 12:40:52 +02:00
|
|
|
# Runtime dependency, needed by startup script
|
|
|
|
select BR2_PACKAGE_XAPP_XMODMAP
|
2011-08-03 19:23:01 +02:00
|
|
|
help
|
|
|
|
The Fluxbox lightweight window manager for X
|
|
|
|
|
|
|
|
http://fluxbox.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "fluxbox needs a toolchain w/ C++"
|
2014-05-17 16:18:22 +02:00
|
|
|
depends on BR2_USE_MMU
|
2011-08-03 19:23:01 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|