[libsoup] meson: Rename introspection's extra arguments variable
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] meson: Rename introspection's extra arguments variable
- Date: Wed, 12 Sep 2018 11:55:03 +0000 (UTC)
commit 6dc3f241cfe11b31fdbccf65d35aac45c3aaf6bc
Author: Tomas Popela <tpopela redhat com>
Date: Tue Sep 4 15:36:06 2018 +0200
meson: Rename introspection's extra arguments variable
The old name git_args could suggest, that the same variable will be
applied even for the GNOME support.
libsoup/meson.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libsoup/meson.build b/libsoup/meson.build
index 9991bbc6..b4dbb468 100644
--- a/libsoup/meson.build
+++ b/libsoup/meson.build
@@ -277,7 +277,7 @@ if enable_gnome
endif
if enable_introspection or enable_vapi
- gir_args = libsoup_c_args + ['-DLIBSOUP_USE_UNSTABLE_REQUEST_API']
+ soup_gir_args = libsoup_c_args + ['-DLIBSOUP_USE_UNSTABLE_REQUEST_API']
soup_ns = 'Soup'
@@ -288,7 +288,7 @@ if enable_introspection or enable_vapi
symbol_prefix : soup_ns.to_lower(),
identifier_prefix : soup_ns,
export_packages : libsoup_api_name,
- extra_args : gir_args,
+ extra_args : soup_gir_args,
includes : 'Gio-2.0',
install : true,
header: join_paths(meson.project_name(), 'soup.h'),
@@ -308,7 +308,7 @@ if enable_introspection or enable_vapi
endif
if enable_gnome
- gir_gnome_args = libsoup_c_args + [
+ soup_gnome_gir_args = libsoup_c_args + [
'--include-uninstalled=' + soup_gir_gen_sources[0].full_path()
]
@@ -325,7 +325,7 @@ if enable_introspection or enable_vapi
symbol_prefix : soup_ns.to_lower(),
identifier_prefix : soup_ns,
export_packages : libsoup_gnome_api_name,
- extra_args : gir_gnome_args,
+ extra_args : soup_gnome_gir_args,
dependencies : soup_gir_gen_dep,
install : true,
header: join_paths(meson.project_name(), 'soup-gnome.h'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]