diff options
author | Jean Felder <jfelder@src.gnome.org> | 2021-04-16 15:06:49 +0200 |
---|---|---|
committer | Jean Felder <jfelder@src.gnome.org> | 2021-04-16 15:12:47 +0200 |
commit | 91b8381d37614b251a3617ae4750d036fa688d55 (patch) | |
tree | 65b4f6733d75f25d4472ffe18b0d3e6dcf94e473 | |
parent | 670efc9bc8ebadb4407c831612ddfb7b1cf13b91 (diff) | |
download | pygobject-91b8381d37614b251a3617ae4750d036fa688d55.tar.gz |
meson: Bump minimum meson_version to 0.47.0wip/felder/meson-minimum-version
The meson_options.txt file uses the "feature" option which was
introduced in 0.47.0.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a6429a1e..694e9d58 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pygobject', 'c', version : '3.41.0', - meson_version : '>= 0.46.0', + meson_version : '>= 0.47.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized']) |