diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:19 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:19 +0000 |
commit | 9ff7c01c1512f117065426b4d12a48d907117db8 (patch) | |
tree | 84426fab4d740ca2900fbbf5a5c49c026bc7d9f9 /package | |
parent | c00550e8a326528f3cdd53efb891fc56019043c3 (diff) |
fltk: fix long help text lines
Remove comment when X isn't available while we're at it.
Diffstat (limited to 'package')
-rw-r--r-- | package/fltk/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/fltk/Config.in b/package/fltk/Config.in index 467456aa9..120ee680a 100644 --- a/package/fltk/Config.in +++ b/package/fltk/Config.in @@ -2,9 +2,7 @@ config BR2_PACKAGE_FLTK bool "fltk" depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7 help - a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. + A cross-platform C++ GUI toolkit for UNIX/Linux (X11), + Microsoft Windows, and MacOS X. http://www.fltk.org/ - -comment "fltk - disabled (requires Xorg(7))" - depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7) |