[totem-pl-parser] Remove -lz from Libs.private now that GZlibDecompressor is used instead of zlib



commit 6924bdc1aa3818a07ae2444dee0f26beac37e73e
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Thu May 13 10:32:22 2010 +0200

    Remove -lz from Libs.private now that GZlibDecompressor is used instead of zlib

 totem-plparser-uninstalled.pc.in |    1 -
 totem-plparser.pc.in             |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/totem-plparser-uninstalled.pc.in b/totem-plparser-uninstalled.pc.in
index 247b5cb..984c1be 100644
--- a/totem-plparser-uninstalled.pc.in
+++ b/totem-plparser-uninstalled.pc.in
@@ -11,5 +11,4 @@ Version: @VERSION@
 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 705f994..8152b4c 100644
--- a/totem-plparser.pc.in
+++ b/totem-plparser.pc.in
@@ -11,6 +11,5 @@ Version: @VERSION@
 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]