Config.in 365 B

123456789101112131415
  1. config BR2_PACKAGE_LINKS
  2. bool "links"
  3. help
  4. Graphics and text mode WWW browser (kind of like lynx).
  5. http://links.twibright.com/
  6. config BR2_PACKAGE_LINKS_GRAPHICS
  7. bool "use graphics (directfb)"
  8. depends on BR2_PACKAGE_LINKS
  9. select BR2_PACKAGE_DIRECTFB
  10. select BR2_PACKAGE_LIBPNG
  11. help
  12. Enable graphics output.
  13. Otherwise links will be text-mode only.