project: require Meson version >= 0.56.0

fix: "mangowc-git/protocols/meson.build:3: WARNING: Project does not
target a minimum version but uses feature deprecated since '0.56.0':
dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig
: ...) instead"
This commit is contained in:
Ricardo Squassina Lee 2026-02-14 21:45:53 -03:00 committed by DreamMaoMao
parent 02067e3b1e
commit 50db627d42

View file

@ -1,5 +1,6 @@
project('mango', ['c', 'cpp'],
version : '0.12.2',
meson_version : '>=0.56.0',
)
subdir('protocols')