27680c7ad9
* 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>
16 lines
365 B
Plaintext
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.
|