summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2023-02-11 09:27:35 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2023-02-11 09:36:21 +0100
commitddcc8aa871f8636390c60c518738fa28ce8c34bd (patch)
tree55ee758c528764904530c1a98e85937bbed35a50 /meson.build
parent9d41956f5e05ecc8b93cca059090404cd80ef4a0 (diff)
downloadgnome-contacts-ddcc8aa871f8636390c60c518738fa28ce8c34bd.tar.gz
meson: Bump glib version to 2.64
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 b84e815..199348b 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ po_dir = meson.project_source_root() / 'po'
# Dependencies
min_eds_version = '3.42'
min_folks_version = '0.14'
-min_glib_version = '2.58' # We also use this value for --target-glib, so scratch the micro version.
+min_glib_version = '2.64' # We also use this value for --target-glib, so scratch the micro version.
# We know that compiling on a lower version doesn't work
min_vala_version = '0.54.0'