[gnome-shell/wip/jojnar/runjstest-deps] build: Add missing dependency to run-js-test
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jojnar/runjstest-deps] build: Add missing dependency to run-js-test
- Date: Sat, 21 Mar 2020 01:45:52 +0000 (UTC)
commit 5379aed314f0d9cfa783f3367ac4a07fd143a3b4
Author: Jan Tojnar <jtojnar gmail com>
Date: Tue Sep 19 01:05:13 2017 +0200
build: Add missing dependency to run-js-test
run-js-test requires girepository.h header file which is provided
by gobject-introspection. This dependency was not listed in meson
build file.
This commit adds it.
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 05bdb9beab..46680d5b42 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -268,7 +268,7 @@ executable('gnome-shell-perf-helper', 'shell-perf-helper.c',
)
executable('run-js-test', 'run-js-test.c',
- dependencies: [mutter_dep, gio_dep, gjs_dep],
+ dependencies: [mutter_dep, gio_dep, gi_dep, gjs_dep],
include_directories: [conf_inc],
link_with: libshell,
build_rpath: mutter_typelibdir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]