can someone fix this better than me and remove FIXME's ?
[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 >= 1.8.1
9 Version: @VERSION@
10 Libs: -L${libdir} -lgst
11 Cflags: -I${includedir} @GST_CFLAGS@