summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-10-28 17:53:29 +0000
committerOlivier Crête <olivier.crete@collabora.com>2013-10-29 13:47:31 +0000
commit3e12ed2feb4edde26d4a09d8e9170051c5d3582a (patch)
tree508275e7f36f71a043f096f4694ecc8c0f29f630 /nice
parent6c900953600cd955a84d4c20f573a0c29e76100e (diff)
downloadlibnice-3e12ed2feb4edde26d4a09d8e9170051c5d3582a.tar.gz
build: Add GUPnP libraries to Libs.private in pkg-config file
They’re private dependencies which are needed on the linker command line when linking statically against libnice. https://bugs.freedesktop.org/show_bug.cgi?id=70965
Diffstat (limited to 'nice')
-rw-r--r--nice/nice.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/nice/nice.pc.in b/nice/nice.pc.in
index 2a8800f..f0000fa 100644
--- a/nice/nice.pc.in
+++ b/nice/nice.pc.in
@@ -8,5 +8,6 @@ Description: ICE library
Requires: glib-2.0 >= 2.10.0
Version: @VERSION@
Libs: -L${libdir} -lnice @GLIB_LIBS@
+Libs.private: @GUPNP_LIBS@
Cflags: @GLIB_CFLAGS@ -I${includedir} -I${includedir}/nice