Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libosmium: add optional GDAL dependency
@ 2023-11-07 13:59 Maxim Kochetkov via buildroot
  2023-11-08 22:27 ` Thomas Petazzoni via buildroot
  2023-11-11 13:25 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-11-07 13:59 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 package/libosmium/libosmium.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libosmium/libosmium.mk b/package/libosmium/libosmium.mk
index 753255556c..c39e7d0152 100644
--- a/package/libosmium/libosmium.mk
+++ b/package/libosmium/libosmium.mk
@@ -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))
-- 
2.40.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-11 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 13:59 [Buildroot] [PATCH 1/1] package/libosmium: add optional GDAL dependency Maxim Kochetkov via buildroot
2023-11-08 22:27 ` Thomas Petazzoni via buildroot
2023-11-11 13:25 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox