added event proposal - probably a bit long, you may shorten it, if you can.
[platform/upstream/gstreamer.git] / gstreamer.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: GStreamer
7 Description: Streaming-media framework
8 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
9 Version: @VERSION@
10 Libs: -L${libdir} -L${libdir}/gst -lgst
11 Cflags: -I${includedir} @GST_PKG_CFLAGS@