summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2023-03-29 14:17:42 +1300
committerRobert Ancell <robert.ancell@gmail.com>2023-03-29 02:03:49 +0000
commit6490afd3ca85c53390d14e112c153044485edfdb (patch)
tree425c72523adfcd1b48b5fc5abf65c67e04b2f518 /meson.build
parent9b155f6c5cd8b163f456031656983ffdde739b02 (diff)
downloadgnome-control-center-6490afd3ca85c53390d14e112c153044485edfdb.tar.gz
Depend on snapd-glib-2 (soup3 version)
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 9f364c7b3..15512096d 100644
--- a/meson.build
+++ b/meson.build
@@ -221,7 +221,7 @@ config_h.set10('HAVE_FN_EXPLICIT_BZERO',
enable_snap = get_option('snap')
if enable_snap
snapd_glib_deps = [
- dependency('snapd-glib', version: '>= 1.57')
+ dependency('snapd-glib-2', version: '>= 1.62')
]
endif
config_h.set('HAVE_SNAP', enable_snap,