summaryrefslogtreecommitdiff
path: root/subprojects/shew/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-12-23 02:40:22 +0100
committerMarge Bot <marge-bot@gnome.org>2021-12-23 15:52:21 +0000
commitdaf729de118f6f955b767e3fec216db99616fbf4 (patch)
tree0b192ca0f127304da44f2b6b240459b13ac26a5a /subprojects/shew/meson.build
parent0d3894c471c3adf6580ddcdf66d035a0bccbaa2f (diff)
downloadgnome-shell-daf729de118f6f955b767e3fec216db99616fbf4.tar.gz
build: Replace deprecated meson functions
Replace deprecated functions with their direct replacements: - dep.get_pkgconfig_variable() → dep.get_variable() - prg.path() → prg.full_path() - source/build_root() → project_source/build_root() In one case we need meson.global_source_root() that was only added in meson 0.58, so bump the requirement to that. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2077>
Diffstat (limited to 'subprojects/shew/meson.build')
-rw-r--r--subprojects/shew/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/shew/meson.build b/subprojects/shew/meson.build
index d3d1aea24..0efb01095 100644
--- a/subprojects/shew/meson.build
+++ b/subprojects/shew/meson.build
@@ -1,6 +1,6 @@
project('shew', 'c',
version: '41.0',
- meson_version: '>= 0.53.0',
+ meson_version: '>= 0.58.0',
license: 'LGPLv2+',
)