make description look like in other .pc files (cosmetic change)
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-play.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
5
6 Name: GStreamer Play Library
7 Description: Streaming-media framework, play libraries
8 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@ gstreamer-control-@GST_MAJORMINOR@
9 Version: @VERSION@
10
11 Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@
12 Cflags: -I${includedir}