summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-07-26 18:49:46 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-07-26 18:18:23 +0000
commitd2b675f45a96554f2510ddf749ea182c10d2664d (patch)
tree9b64f79a4cb296fc53abdab1898d54e74b6233a1 /meson.build
parente8ba84091eadbe1b0edabf9ec276f00651729aa7 (diff)
downloadgobject-introspection-d2b675f45a96554f2510ddf749ea182c10d2664d.tar.gz
meson: require 0.49.2
It's what we use for testing in CI (so not even sure older versions work) and glib master now also depends on this 0.49.
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 83dac0fd..68200574 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gobject-introspection', 'c',
version: '1.61.1',
- meson_version: '>= 0.47.0',
+ meson_version: '>= 0.49.2',
default_options: [
'warning_level=1',
'buildtype=debugoptimized',