libfprint/SOURCES/0159-tests-Set-MESON_SOURCE_ROOT-to-source-root-not-build.patch
2021-09-09 20:12:48 +00:00

27 lines
815 B
Diff

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