mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
pkgconfig/: Substitute the CFLAGS for libcheck into our .pc file too so that dependent modules will pick it up proper...
Original commit message from CVS: * pkgconfig/gstreamer-check-uninstalled.pc.in: * pkgconfig/gstreamer-check.pc.in: Substitute the CFLAGS for libcheck into our .pc file too so that dependent modules will pick it up properly if libcheck is installed into some other prefix.
This commit is contained in:
parent
dd064a2a2d
commit
b24276b207
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* pkgconfig/gstreamer-check-uninstalled.pc.in:
|
||||||
|
* pkgconfig/gstreamer-check.pc.in:
|
||||||
|
Substitute the CFLAGS for libcheck into our .pc file too so that
|
||||||
|
dependent modules will pick it up properly if libcheck is installed
|
||||||
|
into some other prefix.
|
||||||
|
|
||||||
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} @CHECK_CFLAGS@
|
||||||
|
|
|
@ -8,4 +8,4 @@ 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@ @CHECK_LIBS@ -lm
|
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @CHECK_LIBS@ -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} @CHECK_CFLAGS@
|
||||||
|
|
Loading…
Reference in a new issue