mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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
|
LIBGEOTIFF_CONF_OPTS += --without-jpeg
|
||||||
endif
|
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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user