bump min meson ver

silences WARNING: Project targets '>= 1.0.0' but uses feature introduced in '1.1': meson.options file. Use meson_options.txt instead
This commit is contained in:
Erica Z 2024-12-03 16:06:29 +01:00
parent cc7b410d22
commit 8914cffa40

View file

@ -2,7 +2,7 @@ project(
'audrey',
'c',
version: '0.1.0', # AUDREY_VERSION
meson_version: '>= 1.0.0',
meson_version: '>= 1.1.0',
default_options: ['warning_level=0', 'werror=false'],
)