Blame SOURCES/0159-tests-Set-MESON_SOURCE_ROOT-to-source-root-not-build.patch

73b847
From 339aee40ef38c60602c838fa41d278ce5897a9e7 Mon Sep 17 00:00:00 2001
73b847
From: Benjamin Berg <bberg@redhat.com>
73b847
Date: Mon, 9 Dec 2019 11:51:12 +0100
73b847
Subject: [PATCH 159/181] tests: Set MESON_SOURCE_ROOT to source root not build
73b847
 root
73b847
73b847
---
73b847
 tests/meson.build | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/tests/meson.build b/tests/meson.build
73b847
index b4022a4..8ab3791 100644
73b847
--- a/tests/meson.build
73b847
+++ b/tests/meson.build
73b847
@@ -4,7 +4,7 @@ envs.set('G_DEBUG', 'fatal-warnings')
73b847
 envs.set('G_MESSAGES_DEBUG', 'all')
73b847
 
73b847
 # Setup paths
73b847
-envs.set('MESON_SOURCE_ROOT', meson.build_root())
73b847
+envs.set('MESON_SOURCE_ROOT', meson.source_root())
73b847
 envs.prepend('LD_LIBRARY_PATH', join_paths(meson.build_root(), 'libfprint'))
73b847
 
73b847
 # Set FP_DEVICE_EMULATION so that drivers can adapt (e.g. to use fixed
73b847
-- 
73b847
2.24.1
73b847