diff options
author | Frederic Bassaler <frederic.bassaler@gmail.com> | 2011-08-03 19:23:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-10 11:09:27 +0200 |
commit | 4b9bd9736e97d84a86bb52844a99e74f157980c0 (patch) | |
tree | 860f972c9e5271eef2c806d9bc50ce835b95d676 /package/fluxbox/Config.in | |
parent | 7b1cf6c6a49571d27e90af68f65c02d5e01e3796 (diff) |
package: add Fluxbox 1.3.1 window manager
[Peter: fix build without iconv, whitespace fixes]
Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/fluxbox/Config.in')
-rw-r--r-- | package/fluxbox/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/fluxbox/Config.in b/package/fluxbox/Config.in new file mode 100644 index 000000000..e4d6c3700 --- /dev/null +++ b/package/fluxbox/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_FLUXBOX + bool "fluxbox" + depends on BR2_PACKAGE_XORG7 + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_XLIB_LIBX11 + help + The Fluxbox lightweight window manager for X + + http://fluxbox.org + +comment "fluxbox requires a toolchain with C++ support enabled" + depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP |