summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/poppler/poppler.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud