mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
05fd9d0aba
So that the -base libs can figure out the right include paths for the gobject-introspection tools even if core got installed into a prefix that's not the same prefix as gobject-introspection is installed in or it's being build in an uninstalled gstreamer setup.
15 lines
495 B
PkgConfig
15 lines
495 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=
|
|
includedir=
|
|
girdir=@abs_top_builddir@/libs/gst/base
|
|
typelibdir=@abs_top_builddir@/libs/gst/base
|
|
|
|
Name: GStreamer base classes, uninstalled
|
|
Description: Base classes for GStreamer elements, Not Installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: @abs_top_builddir@/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
|
Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs
|