package/libosmium: add optional GDAL dependency
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
14ae33c669
commit
e3e844a1f9
@ -31,4 +31,8 @@ ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
LIBOSMIUM_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GDAL),y)
|
||||
LIBOSMIUM_DEPENDENCIES += gdal
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user