[meson] update minimum supported version

Need `>= 0.60.0` for installationtags support.
This commit is contained in:
Benoit Pierre 2023-01-28 17:08:54 +01:00
parent cf57c35ecd
commit 715b397dcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('harfbuzz', 'c', 'cpp',
meson_version: '>= 0.55.0',
meson_version: '>= 0.60.0',
version: '6.0.0',
default_options: [
'cpp_eh=none', # Just to support msvc, we are passing -fno-exceptions also anyway