diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-11-22 12:05:44 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-11-22 12:05:44 +1300 |
commit | 87258c718cfe82187e62f38951d28fc955f5e3a9 (patch) | |
tree | 75a1aeab6534453fbbbe40266c4d3dd4751cc789 | |
parent | 1228d0da19edbfc1730b6918760aef444fac8887 (diff) |
Add minimum meson version
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8ace085c..addea930 100644 --- a/meson.build +++ b/meson.build @@ -2,6 +2,7 @@ project( 'wlroots', 'c', license: 'MIT', + meson_version: '>=0.43.0', default_options: [ 'c_std=c11', 'warning_level=2', |