mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fc964b2e44
This way we can find the paths to pass e.g. g-ir-scanner for uninstalled setups. https://bugzilla.gnome.org/show_bug.cgi?id=639039
15 lines
559 B
PkgConfig
15 lines
559 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/libs/gst/check
|
|
includedir=
|
|
girdir=@abs_top_builddir@/libs/gst/check
|
|
typelibdir=@abs_top_builddir@/libs/gst/check
|
|
|
|
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
|