3c592cb4df
Graphics can be enabled for X11 as well. Do not select DirectFB for graphics, set DirectFB or X11 dependencies instead. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
444 B
Plaintext
16 lines
444 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"
|
|
depends on BR2_PACKAGE_LINKS && (BR2_PACKAGE_DIRECTFB || BR2_PACKAGE_XORG7)
|
|
select BR2_PACKAGE_XLIB_LIBXT if BR2_PACKAGE_XORG7
|
|
select BR2_PACKAGE_LIBPNG
|
|
help
|
|
Enable graphics output for DirectFB or X11.
|
|
Otherwise links will be text-mode only.
|