[libsoup] meson: Fix symbol prefix in introspection files
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] meson: Fix symbol prefix in introspection files
- Date: Wed, 12 Sep 2018 11:56:17 +0000 (UTC)
commit f134b372d34131d94a6aadd44f351e52a005f8d6
Author: Tomas Popela <tpopela redhat com>
Date: Tue Sep 4 15:33:14 2018 +0200
meson: Fix symbol prefix in introspection files
libsoup/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/meson.build b/libsoup/meson.build
index 892799bf..52cc5434 100644
--- a/libsoup/meson.build
+++ b/libsoup/meson.build
@@ -285,7 +285,7 @@ if enable_introspection or enable_vapi
sources : soup_sources + soup_shared_headers + [soupenum_h, soupenum_c],
nsversion : apiversion,
namespace : soup_ns,
- symbol_prefix : soup_ns.to_lower() + '_',
+ symbol_prefix : soup_ns.to_lower(),
identifier_prefix : soup_ns,
export_packages : libsoup_api_name,
extra_args : gir_args,
@@ -322,7 +322,7 @@ if enable_introspection or enable_vapi
],
nsversion : apiversion,
namespace : 'SoupGNOME',
- symbol_prefix : soup_ns.to_lower() + '_',
+ symbol_prefix : soup_ns.to_lower(),
identifier_prefix : soup_ns,
export_packages : libsoup_gnome_api_name,
extra_args : gir_gnome_args,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]