summaryrefslogtreecommitdiff
path: root/totem-plparser.pc.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-05-04 17:43:17 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-05-04 18:49:14 +0200
commit5d578de928eadeacc9ad24b2a9a5634491a4ab0b (patch)
treee7a7b84d97f7b2d2bb58acf27b27306edc304302 /totem-plparser.pc.in
parentbbd84a522acbcb1615485d48c44f78c4df72c5b2 (diff)
downloadtotem-pl-parser-5d578de928eadeacc9ad24b2a9a5634491a4ab0b.tar.gz
Fix Requires/Libs of the pkg-config files to list everything required
Diffstat (limited to 'totem-plparser.pc.in')
-rw-r--r--totem-plparser.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/totem-plparser.pc.in b/totem-plparser.pc.in
index 66043dd..705f994 100644
--- a/totem-plparser.pc.in
+++ b/totem-plparser.pc.in
@@ -8,7 +8,9 @@ gconf_serverdir=@libexecdir@
Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
-Requires.private: libxml-2.0 @GMIME@
+Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires.private: gthread-2.0 libxml-2.0 @GMIME@
Libs: -L${libdir} -ltotem-plparser
+Libs.private: -lz
Cflags: -I${includedir}/totem-pl-parser/1/plparser
uselibcamel=@USEGMIME@