docs/: add a chapter on running GStreamer.
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-dataprotocol.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
5
6 Name: GStreamer data protocol library
7 Description: Data protocol for plug-ins
8 Requires: gstreamer-@GST_MAJORMINOR@
9 Version: @VERSION@
10 Libs: -L${libdir} -lgstdataprotocol-@GST_MAJORMINOR@
11 Cflags: -I${includedir} @GST_PKG_CFLAGS@