mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
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',
|
project('f00bar', 'c',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
meson_version: '>=0.48.0',
|
||||||
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
||||||
|
|
||||||
plugs_as_libs = get_option('core-plugins-as-shared-libraries')
|
plugs_as_libs = get_option('core-plugins-as-shared-libraries')
|
||||||
|
|
Loading…
Add table
Reference in a new issue