[jsonrpc-glib/bilelmoussaoui/gi-docgen: 4/7] g-i: Correct the list of dependencies when generating gir
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jsonrpc-glib/bilelmoussaoui/gi-docgen: 4/7] g-i: Correct the list of dependencies when generating gir
- Date: Sat, 5 Feb 2022 16:06:28 +0000 (UTC)
commit be0af94fad79b8efdb04960a8f5d83a2d06b109d
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Sat Feb 5 16:46:10 2022 +0100
g-i: Correct the list of dependencies when generating gir
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 6814baa..a5ddb97 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -84,7 +84,7 @@ if get_option('with_introspection')
symbol_prefix: 'jsonrpc',
identifier_prefix: 'Jsonrpc',
link_with: libjsonrpc_glib,
- includes: [ 'Gio-2.0', 'Json-1.0' ],
+ includes: ['GObject-2.0', 'GLib-2.0', 'Gio-2.0'],
install: true,
install_dir_gir: girdir,
install_dir_typelib: typelibdir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]