[gnome-software/wip/mcrha/soup3] Apply 2 suggestion(s) to 2 file(s)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/mcrha/soup3] Apply 2 suggestion(s) to 2 file(s)
- Date: Tue, 16 Nov 2021 16:47:40 +0000 (UTC)
commit e12b523446cceed78652cfa981b76ba1a48c49fe
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Nov 16 16:47:40 2021 +0000
Apply 2 suggestion(s) to 2 file(s)
lib/gs-odrs-provider.c | 2 +-
lib/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/gs-odrs-provider.c b/lib/gs-odrs-provider.c
index 4adba5418..9d34c4efc 100644
--- a/lib/gs-odrs-provider.c
+++ b/lib/gs-odrs-provider.c
@@ -476,7 +476,7 @@ gs_odrs_provider_parse_success (const gchar *data,
}
#if SOUP_CHECK_VERSION(3, 0, 0)
-typedef struct _MessageData {
+typedef struct {
GInputStream *input_stream;
gssize length;
goffset read_from;
diff --git a/lib/meson.build b/lib/meson.build
index 78d32352e..c11cfb059 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -124,7 +124,7 @@ pkg.generate(
variables : [
'gs_private_libdir=${libdir}/gnome-software',
'plugindir=${gs_private_libdir}/plugins-' + gs_plugin_api_version,
- 'soupapiversion=' + libsoupapiversion
+ 'soupapiversion=' + libsoupapiversion,
],
install_dir : join_paths(get_option('prefix'), get_option('libdir'), 'pkgconfig'), # or it defaults to
gs_private_libdir, which is wrong
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]