aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-10-07 10:32:42 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-11-01 12:24:25 -0700
commitba85c7175041dc95364afbf787995034092254b7 (patch)
tree23d3de339fb2f76183c45953b41d42119a6b3132 /mesonbuild/envconfig.py
parent35bc0ad22f15ae198214b40b58a5bb591b80deb5 (diff)
downloadmeson-ba85c7175041dc95364afbf787995034092254b7.zip
meson-ba85c7175041dc95364afbf787995034092254b7.tar.gz
meson-ba85c7175041dc95364afbf787995034092254b7.tar.bz2
modules/gnome: use envconfig for VAPIGEN
we have a mechanism for doing "this could be an environment variable" let's use that.
Diffstat (limited to 'mesonbuild/envconfig.py')
-rw-r--r--mesonbuild/envconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
index 2af45bf..29b41d5 100644
--- a/mesonbuild/envconfig.py
+++ b/mesonbuild/envconfig.py
@@ -118,6 +118,7 @@ ENV_VAR_PROG_MAP: T.Mapping[str, str] = {
'qmake': 'QMAKE',
'pkgconfig': 'PKG_CONFIG',
'make': 'MAKE',
+ 'vapigen': 'VAPIGEN',
}
# Deprecated environment variables mapped from the new variable to the old one