gstreamer/pkgconfig/gstreamer-gconf.pc.in
Stéphane Loeuillet b3007c458e make description look like in other .pc files (cosmetic change)
Original commit message from CVS:

make description look like in other .pc files (cosmetic change)
2004-06-27 14:59:34 +00:00

13 lines
339 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer GConf Library
Description: Streaming-media framework, GConf support library
Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0
Version: @VERSION@
Libs: -L${libdir} -lgstgconf-@GST_MAJORMINOR@
Cflags: -I${includedir}