mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +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.
13 lines
452 B
PkgConfig
13 lines
452 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../libs/gst/check
|
|
includedir=${pcfiledir}/..
|
|
|
|
Name: GStreamer check unit testing, uninstalled
|
|
Description: Unit testing helper library for GStreamer modules, Not Installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
|
Cflags: -I${includedir} @CHECK_CFLAGS@
|