mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-17 08:56:28 -05:00
Merge pull request #442 from ascent12/meson-version
Add minimum meson version
This commit is contained in:
commit
b8a2bfbc73
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
meson_version: '>=0.43.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue