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.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/links/Config.in b/package/links/Config.in
index 141eaf2404..713f53da4e 100644
--- a/package/links/Config.in
+++ b/package/links/Config.in
@@ -6,11 +6,15 @@ config BR2_PACKAGE_LINKS
http://links.twibright.com/
+if BR2_PACKAGE_LINKS
+
config BR2_PACKAGE_LINKS_GRAPHICS
bool "use graphics"
- depends on BR2_PACKAGE_LINKS && (BR2_PACKAGE_DIRECTFB || BR2_PACKAGE_XORG7)
+ depends on 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.
+
+endif
OpenPOWER on IntegriCloud