summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-18 13:50:55 +0200
committerJens Georg <mail@jensge.org>2012-08-18 14:54:45 +0200
commiteb92ee178c4e08010e9b2c5042d190b278c81d03 (patch)
tree817cb4f61d4e885e2ce1da8a8b18ab5b5bc0f0e1
parent15da2add9330a4f60c526f1322080d19e7a0d0c9 (diff)
downloadgssdp-eb92ee178c4e08010e9b2c5042d190b278c81d03.tar.gz
Update pkg-config files to include gio
-rw-r--r--gssdp-1.0-uninstalled.pc.in2
-rw-r--r--gssdp-1.0.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gssdp-1.0-uninstalled.pc.in b/gssdp-1.0-uninstalled.pc.in
index cb77c42..4ae2cc1 100644
--- a/gssdp-1.0-uninstalled.pc.in
+++ b/gssdp-1.0-uninstalled.pc.in
@@ -8,5 +8,5 @@ Description: GObject-based SSDP library
Version: @VERSION@
Libs: ${libdir}/libgssdp-1.0.la
Cflags: -I${includedir}
-Requires: gobject-2.0
+Requires: gobject-2.0 gio-2.0
Requires.Private: libsoup-2.4
diff --git a/gssdp-1.0.pc.in b/gssdp-1.0.pc.in
index 00a849d..21f7486 100644
--- a/gssdp-1.0.pc.in
+++ b/gssdp-1.0.pc.in
@@ -8,5 +8,5 @@ Description: GObject-based SSDP library
Version: @VERSION@
Libs: -L${libdir} -lgssdp-1.0
Cflags: -I${includedir}/gssdp-1.0
-Requires: gobject-2.0
+Requires: gobject-2.0 gio-2.0
Requires.Private: libsoup-2.4