mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
7c613ec347
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. Fixed the -uninstalled pc file libdir path while I was on it. https://bugzilla.gnome.org/show_bug.cgi?id=776810
12 lines
372 B
PkgConfig
12 lines
372 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@validatelibdir@
|
|
includedir=@abs_top_builddir@
|
|
|
|
Name: gst-validate
|
|
Description: GStreamer Validate
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@
|
|
Libs: @abs_top_builddir@/gst/validate/libgstvalidate-@GST_API_VERSION@.la
|
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|