mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
4bb8e5c191
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
15 lines
504 B
PkgConfig
15 lines
504 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@netlibdir@
|
|
includedir=
|
|
girdir=@abs_top_builddir@/libs/gst/net
|
|
typelibdir=@abs_top_builddir@/libs/gst/net
|
|
|
|
Name: GStreamer networking library, uninstalled
|
|
Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
|
|
Requires: gstreamer-@GST_API_VERSION@ = @VERSION@ gio-2.0
|
|
Version: @VERSION@
|
|
|
|
Libs: -L${libdir} -lgstnet-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs
|