summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2022-08-31 21:49:06 +0200
committerMarcus Lundblad <ml@dfupdate.se>2022-08-31 21:49:06 +0200
commit158dc9bcda31a5d2e205b4ab702b564f1e0ca7df (patch)
treec0871b85c05756532cb1411c5498561c4ceaed83 /meson.build
parent726c641999f018003e58d8e9ad52016c581029f2 (diff)
downloadgnome-maps-158dc9bcda31a5d2e205b4ab702b564f1e0ca7df.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')
]