From e468687c17f0c27b258b728ffdbe5be9c4261c54 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 01:22:45 +0000 Subject: [PATCH] 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 --- gstreamer.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer.pc.in b/gstreamer.pc.in index 1b161fb2db..c2b66d60ac 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -7,5 +7,5 @@ Name: GStreamer Description: Streaming-media framework Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Version: @VERSION@ -Libs: -L${libdir}/gst -lgst -Cflags: -I${includedir} @GST_CFLAGS@ +Libs: -L${libdir} -L${libdir}/gst -lgst +Cflags: -I${includedir} @GST_PKG_CFLAGS@