mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
e0fba540f2
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. https://bugzilla.gnome.org/show_bug.cgi?id=776810
12 lines
459 B
PkgConfig
12 lines
459 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@geslibdir@
|
|
includedir=@abs_top_builddir@
|
|
|
|
Name: gst-editing-services
|
|
Description: GStreamer Editing Services
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-controller-@GST_API_VERSION@ gstreamer-pbutils-@GST_API_VERSION@
|
|
Libs: -L${libdir} -lges-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|