[gupnp] build: Fix pkg-config Requires: line
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] build: Fix pkg-config Requires: line
- Date: Sun, 5 Jun 2022 12:25:25 +0000 (UTC)
commit 8b1e1d151bb59e3fa389d281030acaf24b25de78
Author: Jens Georg <mail jensge org>
Date: Sun Jun 5 13:30:16 2022 +0200
build: Fix pkg-config Requires: line
libgupnp/meson.build | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/libgupnp/meson.build b/libgupnp/meson.build
index e0a7c3d..0582832 100644
--- a/libgupnp/meson.build
+++ b/libgupnp/meson.build
@@ -128,7 +128,14 @@ pkg.generate(
libgupnp,
subdirs: GUPNP_API_NAME,
name : GUPNP_API_NAME,
- requires : ['glib-2.0', 'gio-2.0', 'gssdp-1.6'],
+ requires : [
+ 'glib-2.0',
+ 'gio-2.0',
+ 'gobject-2.0',
+ 'gssdp-1.6',
+ 'libsoup-3.0',
+ 'libxml-2.0'
+ ],
description : 'GObject-based UPnP library',
version : meson.project_version(),
filebase : GUPNP_API_NAME
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]