gstreamer/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
David Flynn 00654ba62b Add srcdir to includes for out-of-source builds
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>
2009-02-23 11:01:11 -08:00

14 lines
399 B
PkgConfig

prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/netbuffer
includedir=${pcfiledir}/../gst-libs
Name: GStreamer Network Buffer Library, Uninstalled
Description: Network buffer for use in network sources/sinks, uninstalled
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@
Libs: -L${libdir} ${libdir}/libgstnetbuffer-@GST_MAJORMINOR@.la
Cflags: -I${includedir} -I@srcdir@/../gst-libs