gstreamer/gstreamer.pc.in
David I. Lehn e468687c17 s/GST_CFLAGS/GST_PKG_CFLAGS/ add libdir to lib path since that's where -lgst needs to look
Original commit message from CVS:
* s/GST_CFLAGS/GST_PKG_CFLAGS/
* add libdir to lib path since that's where -lgst needs to look
2002-01-12 01:22:45 +00:00

12 lines
275 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GStreamer
Description: Streaming-media framework
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
Version: @VERSION@
Libs: -L${libdir} -L${libdir}/gst -lgst
Cflags: -I${includedir} @GST_PKG_CFLAGS@