fltk: fix long help text lines
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Aug 2008 20:19:19 +0000 (20:19 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Aug 2008 20:19:19 +0000 (20:19 -0000)
Remove comment when X isn't available while we're at it.

package/fltk/Config.in

index 467456aa947ecc9a092e60df4964be4ff4390cb2..120ee680a1b5b5819fd4130248015fc692b64d5f 100644 (file)
@@ -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)