mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
pkgconfig/: Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
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).
This commit is contained in:
parent
067db77499
commit
88b5b1082e
3 changed files with 10 additions and 2 deletions
|
@ -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>
|
2006-03-21 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gstbuffer.h:
|
* gst/gstbuffer.h:
|
||||||
|
|
|
@ -9,5 +9,5 @@ Description: Unit testing helper library for GStreamer modules, Not Installed
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lcheck
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,5 +7,5 @@ Name: GStreamer check unit testing
|
||||||
Description: Unit testing helper library for GStreamer modules
|
Description: Unit testing helper library for GStreamer modules
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lcheck
|
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @CHECK_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue