[Buildroot] [git commit] package/links: add --disable-graphics

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 21 13:53:19 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=96d2bdfe7db8935f27c402004bc3aa2626b0af44
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/links/links.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/links/links.mk b/package/links/links.mk
index 43f21d6..ec1771e 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -36,6 +36,8 @@ LINKS_DEPENDENCIES += tiff
 else
 LINKS_CONF_OPTS += --without-libtiff
 endif
+else
+LINKS_CONF_OPTS += --disable-graphics
 endif
 
 ifeq ($(BR2_PACKAGE_BZIP2),y)


More information about the buildroot mailing list