forked from external/yambar
meson: require meson >= 0.48.0
This commit is contained in:
parent
89538f96fa
commit
e30a2fa355
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
project('f00bar', 'c',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.48.0',
|
||||
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
||||
|
||||
plugs_as_libs = get_option('core-plugins-as-shared-libraries')
|
||||
|
|
Loading…
Add table
Reference in a new issue