From 56a26cd18b73ebb59a8683462329f4f5e64aa09f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 14 Dec 2001 15:16:28 +0000 Subject: [PATCH] these work Original commit message from CVS: these work --- gstreamer-uninstalled.pc.in | 2 +- gstreamer.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 98066d0..1966973 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -7,6 +7,6 @@ Name: GStreamer Uninstalled Description: Streaming-media framework, Not Installed Version: @VERSION@ Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 -Libs: -lgst -L${pcfiledir}/gst/ +Libs: -L${pcfiledir}/gst/ -lgst Cflags: -I${pcfiledir}/gst @GST_CFLAGS@ diff --git a/gstreamer.pc.in b/gstreamer.pc.in index 2f9f108..beeea34 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -7,5 +7,5 @@ Name: GStreamer Description: Streaming-media framework Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 Version: @VERSION@ -Libs: -L${libdir} -lgst +Libs: -L${libdir}/gst -lgst Cflags: -I${includedir}/gst @GST_CFLAGS@ -- 2.7.4