mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
46e7baff74
+ Gets installed + Uses a helper tool, gst-completion-helper, installed in bash-completions/helpers. + Adds a common script that other tools can source. https://bugzilla.gnome.org/show_bug.cgi?id=744877
21 lines
831 B
PkgConfig
21 lines
831 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/gst
|
|
# 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: @abs_top_builddir@/gst/libgstreamer-@GST_API_VERSION@.la
|
|
# FIXME: the libs dir doesn't really belong here
|
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs
|