package/poppler: fix libcurl support
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>
This commit is contained in:
parent
6a25fcd989
commit
ec574bb3e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user