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
This commit is contained in:
Andy Wingo 2002-01-09 21:32:30 +00:00
parent 387ae96dd5
commit bfc0a5c2a0
2 changed files with 2 additions and 2 deletions

View file

@ -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@

View file

@ -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@