diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-09 15:22:40 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-09 22:59:53 +0100 |
commit | 27680c7ad9f091b85c90ff13f4679985743f0363 (patch) | |
tree | 182a1830a57f38d5e92dc6f3bea5cc53bdcba19f /package/links/Config.in | |
parent | b5b60cf5c1a2d822e1d22bf514c9c392d55d0799 (diff) |
links: bump to version 2.3pre1
* Switch to links 2.3pre1.
* Enable graphics mode via directfb.
TODO: Support X11 mode, maybe linuxfb (requires gpm).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/links/Config.in')
-rw-r--r-- | package/links/Config.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/links/Config.in b/package/links/Config.in index 5a0ce9c66..fddf3d260 100644 --- a/package/links/Config.in +++ b/package/links/Config.in @@ -3,4 +3,13 @@ config BR2_PACKAGE_LINKS help Graphics and text mode WWW browser (kind of like lynx). - http://atrey.karlin.mff.cuni.cz/~clock/twibright/links + http://links.twibright.com/ + +config BR2_PACKAGE_LINKS_GRAPHICS + bool "use graphics (directfb)" + depends on BR2_PACKAGE_LINKS + select BR2_PACKAGE_DIRECTFB + select BR2_PACKAGE_LIBPNG + help + Enable graphics output. + Otherwise links will be text-mode only. |