summaryrefslogtreecommitdiffstats
path: root/package/links/Config.in
diff options
context:
space:
mode:
authorValentine Barshak <gvaxon@gmail.com>2012-10-15 06:44:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-04 12:01:37 +0100
commit3c592cb4dffc1a0f18d2106e15ebfb7c3d316fd5 (patch)
tree21bb62bcf7694769c08252bfb60623af850558b3 /package/links/Config.in
parent7f483c3699639e5f1d3086ad598fdd66295c150b (diff)
downloadbuildroot-novena-3c592cb4dffc1a0f18d2106e15ebfb7c3d316fd5.tar.gz
buildroot-novena-3c592cb4dffc1a0f18d2106e15ebfb7c3d316fd5.zip
links: Enable graphics for X11
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>
Diffstat (limited to 'package/links/Config.in')
-rw-r--r--package/links/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/links/Config.in b/package/links/Config.in
index fddf3d260..474aa6a2f 100644
--- a/package/links/Config.in
+++ b/package/links/Config.in
@@ -6,10 +6,10 @@ config BR2_PACKAGE_LINKS
http://links.twibright.com/
config BR2_PACKAGE_LINKS_GRAPHICS
- bool "use graphics (directfb)"
- depends on BR2_PACKAGE_LINKS
- select BR2_PACKAGE_DIRECTFB
+ 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.
+ Enable graphics output for DirectFB or X11.
Otherwise links will be text-mode only.