pkgconfig/: Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
authorLoïc Minier <lool.gnome@via.ecp.fr>
Tue, 21 Mar 2006 13:55:44 +0000 (13:55 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 21 Mar 2006 13:55:44 +0000 (13:55 +0000)
Original commit message from CVS:
Patch by: Loïc Minier  <lool + gnome at via dot ecp dot fr>
* pkgconfig/gstreamer-check-uninstalled.pc.in:
* pkgconfig/gstreamer-check.pc.in:
Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).

ChangeLog
pkgconfig/gstreamer-check-uninstalled.pc.in
pkgconfig/gstreamer-check.pc.in

index 07e759b..552fe57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Loïc Minier  <lool + gnome at via dot ecp dot fr>
+       
+       * pkgconfig/gstreamer-check-uninstalled.pc.in:
+       * pkgconfig/gstreamer-check.pc.in:
+         Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
+
 2006-03-21  Edward Hervey  <edward@fluendo.com>
 
        * gst/gstbuffer.h:
index 9d7e93c..248ee49 100644 (file)
@@ -9,5 +9,5 @@ Description: Unit testing helper library for GStreamer modules, Not Installed
 Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
-Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lcheck
+Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@
 Cflags: -I${includedir}
index c00ae86..12488a9 100644 (file)
@@ -7,5 +7,5 @@ Name: GStreamer check unit testing
 Description: Unit testing helper library for GStreamer modules
 Requires: gstreamer-@GST_MAJORMINOR@
 Version: @VERSION@
-Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lcheck
+Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @CHECK_LIBS@
 Cflags: -I${includedir}