mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
12 lines
348 B
PkgConfig
12 lines
348 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: -L${libdir} -lgstvalidate-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|