mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +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
20 lines
756 B
PkgConfig
20 lines
756 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@gstlibdir@
|
|
# includedir is builddir because it is used to find gstconfig.h in places
|
|
includedir=@abs_top_builddir@
|
|
toolsdir=@abs_top_builddir@/tools
|
|
pluginsdir=@abs_top_builddir@
|
|
girdir=@abs_top_builddir@/gst
|
|
completionsdir=@abs_top_builddir@/data/completions
|
|
helpersdir=@abs_top_builddir@/libs/gst/helpers
|
|
typelibdir=@abs_top_builddir@/gst
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: glib-2.0, gobject-2.0
|
|
Requires.private: gmodule-no-export-2.0
|
|
Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs
|