xref: /OK3568_Linux_fs/buildroot/package/links/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LINKS
2*4882a593Smuzhiyun	bool "links"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Graphics and text mode WWW browser (kind of like lynx).
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  http://links.twibright.com/
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunif BR2_PACKAGE_LINKS
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_LINKS_GRAPHICS
12*4882a593Smuzhiyun	bool "use graphics"
13*4882a593Smuzhiyun	depends on BR2_PACKAGE_GPM || BR2_PACKAGE_DIRECTFB || BR2_PACKAGE_XORG7
14*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXT if BR2_PACKAGE_XORG7
15*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPNG
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  Enable graphics output for framebuffer, DirectFB or X11.
18*4882a593Smuzhiyun	  Framebuffer output requires GPM (console mouse).
19*4882a593Smuzhiyun	  Otherwise links will be text-mode only.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "links graphics needs GPM, DirectFB or X11"
22*4882a593Smuzhiyun	depends on !BR2_PACKAGE_GPM && !BR2_PACKAGE_DIRECTFB && !BR2_PACKAGE_XORG7
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunendif
25