summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-06-12 23:16:36 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-06-13 16:57:04 +0200
commit6a7a6fc74d8e23ff2f63a02edc0f7079197891d1 (patch)
tree696d5deb12b0356e705e7d9ed82ceb9900a0d180 /meson.build
parentf6e809bc15efcf0ead351adf8e4c8e6b1a01d791 (diff)
downloadgcr-6a7a6fc74d8e23ff2f63a02edc0f7079197891d1.tar.gz
meson: Bump min meson version to 0.59
That'll allow us to use some new goodies from Meson.
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 1070660..e2dd727 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gcr', 'c',
version: '3.90.0',
- meson_version: '>= 0.52',
+ meson_version: '>= 0.59',
license: 'GPL2+',
)