diff options
author | Marcus Lundblad <ml@dfupdate.se> | 2022-08-17 22:49:12 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@dfupdate.se> | 2022-08-20 23:05:04 +0200 |
commit | 7702e82c3f74f050f15857d298a8225e4aa3f308 (patch) | |
tree | c68a2df7d0f74178d1f34e8bc59e1d94be84826a /lib | |
parent | 4c47b57ebe672612bb741a521adac5aa8bf76bdd (diff) | |
download | gnome-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.build | 2 |
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, |