summaryrefslogtreecommitdiff
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
parentbbd84a522acbcb1615485d48c44f78c4df72c5b2 (diff)
downloadtotem-pl-parser-5d578de928eadeacc9ad24b2a9a5634491a4ab0b.tar.gz
Fix Requires/Libs of the pkg-config files to list everything required
-rw-r--r--totem-plparser-mini-uninstalled.pc.in2
-rw-r--r--totem-plparser-mini.pc.in2
-rw-r--r--totem-plparser-uninstalled.pc.in4
-rw-r--r--totem-plparser.pc.in4
4 files changed, 10 insertions, 2 deletions
diff --git a/totem-plparser-mini-uninstalled.pc.in b/totem-plparser-mini-uninstalled.pc.in
index 7a75f66..22a35f4 100644
--- a/totem-plparser-mini-uninstalled.pc.in
+++ b/totem-plparser-mini-uninstalled.pc.in
@@ -8,5 +8,7 @@ gconf_serverdir=@libexecdir@
Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
+Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires.private: gthread-2.0
Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser-mini.la
Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
diff --git a/totem-plparser-mini.pc.in b/totem-plparser-mini.pc.in
index 3e64cb6..d0167db 100644
--- a/totem-plparser-mini.pc.in
+++ b/totem-plparser-mini.pc.in
@@ -8,5 +8,7 @@ gconf_serverdir=@libexecdir@
Name: totem-plparser-mini
Description: Totem Playlist Parser library, mini version
Version: @VERSION@
+Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires.private: gthread-2.0
Libs: -L${libdir} -ltotem-plparser-mini
Cflags: -I${includedir}/totem-pl-parser/1/plparser
diff --git a/totem-plparser-uninstalled.pc.in b/totem-plparser-uninstalled.pc.in
index 43a9a6e..247b5cb 100644
--- a/totem-plparser-uninstalled.pc.in
+++ b/totem-plparser-uninstalled.pc.in
@@ -8,6 +8,8 @@ gconf_serverdir=@libexecdir@
Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
-Requires.private: libxml-2.0 gmime-2.4
+Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires.private: gthread-2.0 libxml-2.0 @GMIME@
Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la
+Libs.private: -lz
Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
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@