summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-06-14 13:02:18 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-06-14 13:02:18 +0100
commit9c840fedd841773c475ca305e75aacc4e718f6a6 (patch)
tree2f70763ff1ec789eba88a261e8f86cda94bfb2d9 /meson.build
parentd8c003dea685397dbdd895cdb0f90ec33352ee3e (diff)
downloadglib-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.build2
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',