mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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',
|
||||
version: '1.8.2',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
meson_version: '>=0.54.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue