[gnome-maps] meson: Bump the libshumate dependency
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] meson: Bump the libshumate dependency
- Date: Wed, 31 Aug 2022 19:53:40 +0000 (UTC)
commit 158dc9bcda31a5d2e205b4ab702b564f1e0ca7df
Author: Marcus Lundblad <ml dfupdate se>
Date: Wed Aug 31 21:49:06 2022 +0200
meson: Bump the libshumate dependency
Require atleast libshumate 1.0.0.beta to avoid
trying to build/run with older version e.g. not
supporting the newer tile URL templates, as this
results in a broken map view.
Ref #466
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 47f32171..dc87246c 100644
--- a/meson.build
+++ b/meson.build
@@ -41,7 +41,7 @@ gweather = dependency('gweather4', version: '>= 3.90.0')
geocodeglib = dependency('geocode-glib-2.0', version: '>= 3.15.2')
libmaps_deps = [
- dependency('shumate-1.0'),
+ dependency('shumate-1.0', version: '>= 1.0.0.beta'),
dependency('libxml-2.0'),
dependency('rest-1.0')
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]