[babl] build: remove unnecessary environment variables
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] build: remove unnecessary environment variables
- Date: Sun, 28 Jun 2020 15:25:33 +0000 (UTC)
commit 21501c7318f96b849fda7cf15dc0dfa49cbfa061
Author: John Marshall <jtm home gmail com>
Date: Wed Jun 24 10:57:26 2020 +0100
build: remove unnecessary environment variables
tests/meson.build | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 8be32f7ed..5c68a78dd 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -34,16 +34,14 @@ if platform_unix
endif
test_env = environment()
-test_env.prepend('LD_LIBRARY_PATH', babl_library_build_dir)
-test_env.set('GI_TYPELIB_PATH', babl_library_build_dir)
test_env.set('BABL_PATH', babl_extensions_build_dir)
+
foreach test_name : test_names
- test = executable(
- test_name,
+ test = executable(test_name,
test_name + '.c',
- include_directories: [ rootInclude, bablInclude, ],
- link_with: [ babl, ],
- dependencies: [ thread, ],
+ include_directories: [rootInclude, bablInclude],
+ link_with: babl,
+ dependencies: thread,
export_dynamic: true,
install: false,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]