summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2022-08-17 22:49:12 +0200
committerMarcus Lundblad <ml@dfupdate.se>2022-08-20 23:05:04 +0200
commit7702e82c3f74f050f15857d298a8225e4aa3f308 (patch)
treec68a2df7d0f74178d1f34e8bc59e1d94be84826a /lib
parent4c47b57ebe672612bb741a521adac5aa8bf76bdd (diff)
downloadgnome-maps-7702e82c3f74f050f15857d298a8225e4aa3f308.tar.gz
Port to libsoup3wip/mlundblad/libsoup3
- Switch lisoup GIR dependency to use version 3.0 - Switch librest to the 1.0 API version - Adjust Flatpak build options to build with libsoup3
Diffstat (limited to 'lib')
-rw-r--r--lib/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/meson.build b/lib/meson.build
index ada8239d..82824e8c 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -49,7 +49,7 @@ gnome.generate_gir(
includes: [
'GLib-2.0',
'GObject-2.0',
- 'Rest-0.7',
+ 'Rest-1.0',
'Shumate-1.0'
],
install: true,