From: Bernd Kuhls Date: Sun, 17 Sep 2017 18:28:17 +0000 (+0200) Subject: package/poppler: fix libcurl support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec574bb3e99d3d6eb82c8224402b8ad72c0d4fe2;p=buildroot.git package/poppler: fix libcurl support BR2_PACKAGE_POPPLER_LIBCURL is not defined in poppler/Config.in. Signed-off-by: Bernd Kuhls Acked-by: Olivier Schonken Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index 6796437776..1beb75a6a3 100644 --- a/package/poppler/poppler.mk +++ b/package/poppler/poppler.mk @@ -66,7 +66,7 @@ else POPPLER_CONF_OPTS += --disable-zlib endif -ifeq ($(BR2_PACKAGE_POPPLER_LIBCURL),y) +ifeq ($(BR2_PACKAGE_LIBCURL),y) POPPLER_CONF_OPTS += --enable-libcurl POPPLER_DEPENDENCIES += libcurl else