package/libgeotiff: add optional proj dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8d40bb7586
commit
4a0cec02fd
@ -26,4 +26,11 @@ else
|
||||
LIBGEOTIFF_CONF_OPTS += --without-jpeg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PROJ),y)
|
||||
LIBGEOTIFF_DEPENDENCIES += proj
|
||||
LIBGEOTIFF_CONF_OPTS += --with-proj=$(STAGING_DIR)/usr
|
||||
else
|
||||
LIBGEOTIFF_CONF_OPTS += --without-proj
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user