mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
279a80ff27
When you use gstreamer uninstalled and build outside the source tree, the includes need to be specified for both the source tree and the build tree. Signed-off-by: David Schleef <ds@schleef.org>
13 lines
466 B
PkgConfig
13 lines
466 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} -I@srcdir@/.. @CHECK_CFLAGS@
|