mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
b2383c78c3
Attempt to add back support for builddir != srcdir. Use absolute paths instead of relative paths based on pcfiledir this time to make things clearer - there's not really any need for uninstalled trees to be relocatable without re-running configure.
13 lines
440 B
PkgConfig
13 lines
440 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=
|
|
includedir=
|
|
|
|
Name: GStreamer check unit testing, uninstalled
|
|
Description: Unit testing helper library for GStreamer modules, Not Installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: @abs_top_builddir@/libs/gst/check/libgstcheck-@GST_MAJORMINOR@.la @LIBM@
|
|
Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs
|