mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fc964b2e44
This way we can find the paths to pass e.g. g-ir-scanner for uninstalled setups. https://bugzilla.gnome.org/show_bug.cgi?id=639039
18 lines
697 B
PkgConfig
18 lines
697 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
|
|
typelibdir=@abs_top_builddir@/gst
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Libs: @abs_top_builddir@/gst/libgstreamer-@GST_MAJORMINOR@.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
|