diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-06-19 14:40:27 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-06-19 14:49:02 +0100 |
commit | 785e609e38a90123abf47eb15c9923ad68114e6a (patch) | |
tree | bd6f2ff5e03eef3ab560a45f4ffe8210de58ac9f /meson.build | |
parent | 9c5bb685b6fc30e9487d0595b72e9a7172106def (diff) | |
download | atk-785e609e38a90123abf47eb15c9923ad68114e6a.tar.gz |
build: Bump up dependency on Meson
Version 0.40.1 is ancient history.
Use 0.46.0, as we're going to need some new features.
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 51f5f5d..5f68bcf 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('atk', 'c', 'warning_level=1', 'c_std=c99', ], - meson_version : '>= 0.40.1') + meson_version : '>= 0.46.0') cc = meson.get_compiler('c') host_system = host_machine.system() |