mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/libosmium: add optional GDAL dependency
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit e3e844a1f9227c88a25236e4f2bdacb2cc214e4a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cfa253f8dc
commit
9301784cf8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user