summaryrefslogtreecommitdiffstats
path: root/package/links/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/links/Config.in')
-rw-r--r--package/links/Config.in11
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.