[gupnp] build: Add libuuid to Requires.private in the pkg-config files



commit 98dedfec13781cf1cff20a925bca15b2e93a3532
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Oct 28 17:28:10 2013 +0000

    build: Add libuuid to Requires.private in the pkg-config files
    
    It’s a private dependency, and if it’s not listed here, statically linking
    against libgupnp will fail with undefined symbol errors for libuuid symbols.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711027

 gupnp-1.0-uninstalled.pc.in |    2 +-
 gupnp-1.0.pc.in             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gupnp-1.0-uninstalled.pc.in b/gupnp-1.0-uninstalled.pc.in
index 40e75ca..1a15b03 100644
--- a/gupnp-1.0-uninstalled.pc.in
+++ b/gupnp-1.0-uninstalled.pc.in
@@ -8,4 +8,4 @@ Description: GObject-based UPnP library
 Version: @VERSION@
 Libs: ${libdir}/libgupnp-1.0.la
 Cflags: -I${includedir}
-Requires.private: gssdp-1.0 libxml-2.0 libsoup-2.4
+Requires.private: gssdp-1.0 libxml-2.0 libsoup-2.4 uuid
diff --git a/gupnp-1.0.pc.in b/gupnp-1.0.pc.in
index d2612b4..7600730 100644
--- a/gupnp-1.0.pc.in
+++ b/gupnp-1.0.pc.in
@@ -8,4 +8,4 @@ Description: GObject-based UPnP library
 Version: @VERSION@
 Libs: -L${libdir} -lgupnp-1.0
 Cflags: -I${includedir}/gupnp-1.0
-Requires.private: gssdp-1.0 libxml-2.0 libsoup-2.4
+Requires.private: gssdp-1.0 libxml-2.0 libsoup-2.4 uuid


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]