mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
meson: require meson >= 0.54
We use meson.override_dependency, which was added in 0.54
This commit is contained in:
parent
cfc73d9fc6
commit
f9ba2a8c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.8.2',
|
version: '1.8.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue