buildrootschalter/package/links/Config.in
Gustavo Zacarias 27680c7ad9 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>
2011-02-09 22:59:53 +01:00

16 lines
365 B
Plaintext

config BR2_PACKAGE_LINKS
bool "links"
help
Graphics and text mode WWW browser (kind of like lynx).
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.