aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-11-22 12:05:44 +1300
committerScott Anderson <ascent12@hotmail.com>2017-11-22 12:05:44 +1300
commit87258c718cfe82187e62f38951d28fc955f5e3a9 (patch)
tree75a1aeab6534453fbbbe40266c4d3dd4751cc789
parent1228d0da19edbfc1730b6918760aef444fac8887 (diff)
Add minimum meson version
-rw-r--r--meson.build1
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',