summaryrefslogtreecommitdiffstats
path: root/package/links/Config.in
diff options
context:
space:
mode:
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.