diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-20 17:40:10 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 14:53:19 +0100 |
commit | 96d2bdfe7db8935f27c402004bc3aa2626b0af44 (patch) | |
tree | 3dc2a45e8167fdc99c411ba98c448c400e1d2657 | |
parent | 7c76da18e9e1b2de56a244b510372674b4b4a88b (diff) | |
download | buildroot-96d2bdfe7db8935f27c402004bc3aa2626b0af44.tar.gz buildroot-96d2bdfe7db8935f27c402004bc3aa2626b0af44.zip |
package/links: add --disable-graphics
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/links/links.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/links/links.mk b/package/links/links.mk index 43f21d69fd..ec1771e3f4 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) |