diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-11-21 18:35:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 18:35:52 -0500 |
| commit | b8a2bfbc73a7e21010469c95538cc39c559dbed8 (patch) | |
| tree | 75a1aeab6534453fbbbe40266c4d3dd4751cc789 | |
| parent | 1228d0da19edbfc1730b6918760aef444fac8887 (diff) | |
| parent | 87258c718cfe82187e62f38951d28fc955f5e3a9 (diff) | |
| download | wlroots-b8a2bfbc73a7e21010469c95538cc39c559dbed8.tar.xz | |
Merge pull request #442 from ascent12/meson-version
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', |
