From bfc0a5c2a0913713b48e5ec6b82196153620ddb8 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 9 Jan 2002 21:32:30 +0000 Subject: [PATCH] a couple of fixes that got lost a few revs ago Original commit message from CVS: a couple of fixes that got lost a few revs ago --- 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 b8483ee1c1..f289fd8d4c 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: GStreamer Uninstalled Description: Streaming-media framework, Not Installed Version: @VERSION@ -Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 +Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Libs: ${pcfiledir}/gst/libgst.la -L${pcfiledir}/libs/gst/control/ Cflags: -I${pcfiledir} -I${pcfiledir}/libs -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir}/@srcdir@/libs @GST_PKG_CFLAGS@ diff --git a/gstreamer.pc.in b/gstreamer.pc.in index 6a06502be8..1b161fb2db 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: GStreamer Description: Streaming-media framework -Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 +Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Version: @VERSION@ Libs: -L${libdir}/gst -lgst Cflags: -I${includedir} @GST_CFLAGS@