mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b24276b207
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.
11 lines
366 B
PkgConfig
11 lines
366 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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@ @CHECK_LIBS@ -lm
|
|
Cflags: -I${includedir} @CHECK_CFLAGS@
|