summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/env2mfile.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2024-10-02 19:23:42 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2024-10-22 01:02:36 +0300
commit851d866349b41533d57ef8a3c3e49f01f95680e3 (patch)
treed00acf06b55d07241d7a76ff209779db2e0e03b4 /mesonbuild/scripts/env2mfile.py
parent7300e4ed88286ed4fd1f3bf9f2b6b29a1f8768c0 (diff)
downloadmeson-851d866349b41533d57ef8a3c3e49f01f95680e3.tar.gz
env2mfile: Use Debian cross-prefixed GObject-Introspection tools
In Debian testing/unstable, there are wrappers available for various GObject-Introspection tools during cross-builds, using qemu internally. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'mesonbuild/scripts/env2mfile.py')
-rwxr-xr-xmesonbuild/scripts/env2mfile.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mesonbuild/scripts/env2mfile.py b/mesonbuild/scripts/env2mfile.py
index 16ab1b980..2a366fd19 100755
--- a/mesonbuild/scripts/env2mfile.py
+++ b/mesonbuild/scripts/env2mfile.py
@@ -231,6 +231,12 @@ def dpkg_architecture_to_machine_info(output: str, options: T.Any) -> MachineInf
except ValueError:
pass
for tool in [
+ 'g-ir-annotation-tool',
+ 'g-ir-compiler',
+ 'g-ir-doc-tool',
+ 'g-ir-generate',
+ 'g-ir-inspect',
+ 'g-ir-scanner',
'pkg-config',
]:
try: