[totem-pl-parser] Fix Requires/Libs of the pkg-config files to list everything required
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Fix Requires/Libs of the pkg-config files to list everything required
- Date: Tue, 4 May 2010 16:50:41 +0000 (UTC)
commit 5d578de928eadeacc9ad24b2a9a5634491a4ab0b
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Tue May 4 17:43:17 2010 +0200
Fix Requires/Libs of the pkg-config files to list everything required
totem-plparser-mini-uninstalled.pc.in | 2 ++
totem-plparser-mini.pc.in | 2 ++
totem-plparser-uninstalled.pc.in | 4 +++-
totem-plparser.pc.in | 4 +++-
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@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]