diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-06-14 13:02:18 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-06-14 13:02:18 +0100 |
commit | 9c840fedd841773c475ca305e75aacc4e718f6a6 (patch) | |
tree | 2f70763ff1ec789eba88a261e8f86cda94bfb2d9 /meson.build | |
parent | d8c003dea685397dbdd895cdb0f90ec33352ee3e (diff) | |
download | glib-9c840fedd841773c475ca305e75aacc4e718f6a6.tar.gz |
build: Bump Meson dependency to 0.46.1
We don’t strictly require this, but given that our CI runs it, we
essentially never test with 0.46.0, so it might as well be broken.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6abc2e6e2..641a16008 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('glib', 'c', 'cpp', version : '2.57.1', - meson_version : '>= 0.46.0', + meson_version : '>= 0.46.1', default_options : [ 'buildtype=debugoptimized', 'warning_level=1', |