From bdae5a68f8f1cfb8f3d5fd5889afda4ad46c45f7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 5 Feb 2004 11:52:06 +0000 Subject: fix uninstalled pkgconfig files remove play and gconf from -libs Original commit message from CVS: fix uninstalled pkgconfig files remove play and gconf from -libs --- pkgconfig/gstreamer-interfaces-uninstalled.pc.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgconfig/gstreamer-interfaces-uninstalled.pc.in') diff --git a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in index 1637411b..3c1665f6 100644 --- a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in +++ b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in @@ -1,13 +1,13 @@ # the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= -libdir=${pcfiledir} -includedir=${pcfiledir} +libdir=${pcfiledir}/../gst-libs/gst +includedir=${pcfiledir}/../gst-libs Name: GStreamer Interfaces library, uninstalled Description: Streaming-media framework, interfaces library, not installed -Requires: gstreamer >= @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ Version: @VERSION@ -Libs: ${pcfiledir}/../gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la -Cflags: -I${pcfiledir}/../gst-libs +Libs: ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la +Cflags: -I${includedir} -- cgit v1.2.1