BR2_PACKAGE_POPPLER_LIBCURL is not defined in poppler/Config.in.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Bernd Kuhls <<a href="mailto:bernd.kuhls@t-online.de">bernd.kuhls@t-online.de</a>><br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
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