[gjs/wip/3v1n0/toggle-queue-tests: 14/15] gjs-test-tools: Adjust meson configuration, removing duplicated depends




commit 556fa26e8815d7778238b5d1990912cf4bfd9429
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Apr 29 20:31:55 2021 +0200

    gjs-test-tools: Adjust meson configuration, removing duplicated depends

 installed-tests/js/libgjstesttools/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/installed-tests/js/libgjstesttools/meson.build b/installed-tests/js/libgjstesttools/meson.build
index 2371f6fd..036d7076 100644
--- a/installed-tests/js/libgjstesttools/meson.build
+++ b/installed-tests/js/libgjstesttools/meson.build
@@ -6,7 +6,7 @@ gjstest_tools_sources = [
     'gjs-test-tools.h',
 ]
 libgjstesttools = library('gjstesttools',
-    gjstest_tools_sources, dependencies: [glib, gobject, gio],
+    sources: gjstest_tools_sources,
     include_directories: top_include, dependencies: libgjs_dep,
     cpp_args: libgjs_cpp_args + test_gir_extra_c_args + test_gir_warning_c_args,
     install: get_option('installed_tests'), install_dir: installed_tests_execdir)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]