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.