summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2022-10-18 11:18:06 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2023-01-27 15:50:47 +0100
commitb4c454a75108bc31934d2d0be0141a2220bded84 (patch)
treedfbf62bc4ec449570d7304b4941bc5d93ca79674 /tests
parent7fdf9c9134c5a2e1525d97b6f3bbf2c83bd3a115 (diff)
downloadgobject-introspection-b4c454a75108bc31934d2d0be0141a2220bded84.tar.gz
Fix gir build when using subprojects' dependencies
https://github.com/mesonbuild/meson/pull/10275 introduced support in meson to use uninstalled .pc files in the meson-uninstalled directory to resolve dependencies built with subprojects. Replicate the same solution while all the custom_target are migrated to gnome.generate_dir
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index abb51f58..22b402b0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -56,6 +56,7 @@ test_gircompiler = find_program('g-ir-compiler', native: false, required : false
test_everything_files = custom_target('everything',
output: ['everything.h', 'everything.c'],
depends: typelibs,
+ env: g_ir_scanner_env,
command: [
test_girscanner,
'--quiet',