package/links: add --disable-graphics
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 16:40:10 +0000 (17:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:53:19 +0000 (14:53 +0100)
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>
package/links/links.mk

index 43f21d69fdb78eea6540c7be136fb10dcc314ad0..ec1771e3f4a6ddcd451356ef4016f3954b319595 100644 (file)
@@ -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)