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
This commit is contained in:
David I. Lehn 2002-01-12 01:22:45 +00:00
parent 8da28910bc
commit e468687c17

View file

@ -7,5 +7,5 @@ Name: GStreamer
Description: Streaming-media framework Description: Streaming-media framework
Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Requires: @GST_PKG_DEPS@@LIBXML_PKG@
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir}/gst -lgst Libs: -L${libdir} -L${libdir}/gst -lgst
Cflags: -I${includedir} @GST_CFLAGS@ Cflags: -I${includedir} @GST_PKG_CFLAGS@