diff options
author | Simon Ser <contact@emersion.fr> | 2022-06-03 16:38:05 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-06-04 09:57:21 +0200 |
commit | 7350cbefd8c8694834c6df6610bfe5b76e129c7b (patch) | |
tree | 7e9cffca109c31adbe90efe20c8151101e352b08 /meson.build | |
parent | eb115b31375034725e8ad492e276da685b675d8f (diff) |
build: stop using deprecated Meson functions
Fixes the following warning:
NOTICE: Future-deprecated features used:
* 0.55.0: {'ExternalProgram.path'}
* 0.56.0: {'dependency.get_pkgconfig_variable'}
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cc27196..c593fef 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('wayland-protocols', version: '1.25', - meson_version: '>= 0.54.0', + meson_version: '>= 0.55.0', license: 'MIT/Expat', ) |