mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
279a80ff27
When you use gstreamer uninstalled and build outside the source tree, the includes need to be specified for both the source tree and the build tree. Signed-off-by: David Schleef <ds@schleef.org>
14 lines
467 B
PkgConfig
14 lines
467 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/..
|
|
includedir=${pcfiledir}/..
|
|
toolsdir=${pcfiledir}/../tools
|
|
pluginsdir=${pcfiledir}/..
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|