diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-05 11:52:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-05 11:52:06 +0000 |
commit | bdae5a68f8f1cfb8f3d5fd5889afda4ad46c45f7 (patch) | |
tree | 73f07037dde68b93f8766b02fc6ce09fc2a54e9e /pkgconfig/gstreamer-libs-uninstalled.pc.in | |
parent | ac1bd0be65aba27880b74b97ee0f29b40431bc8d (diff) | |
download | gst-plugins-bad-bdae5a68f8f1cfb8f3d5fd5889afda4ad46c45f7.tar.gz gst-plugins-bad-bdae5a68f8f1cfb8f3d5fd5889afda4ad46c45f7.tar.bz2 gst-plugins-bad-bdae5a68f8f1cfb8f3d5fd5889afda4ad46c45f7.zip |
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
Diffstat (limited to 'pkgconfig/gstreamer-libs-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-libs-uninstalled.pc.in | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/pkgconfig/gstreamer-libs-uninstalled.pc.in b/pkgconfig/gstreamer-libs-uninstalled.pc.in index 3ce3d6d4..79a949b1 100644 --- a/pkgconfig/gstreamer-libs-uninstalled.pc.in +++ b/pkgconfig/gstreamer-libs-uninstalled.pc.in @@ -1,9 +1,13 @@ +# the standard variables don't make sense for an uninstalled copy +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst +includedir=${pcfiledir}/../gst-libs + Name: GStreamer Uninstalled Media-Specific Libraries Description: Streaming-media framework media-specific libraries, not installed Version: @VERSION@ -Requires: gstreamer = @VERSION@ -Libs: -L${pcfiledir}/../gst-libs/gst/gconf \ - -L${pcfiledir}/../gst-libs/gst/audio \ - -L${pcfiledir}/../gst-libs/gst/video \ - -L${pcfiledir}/../gst-libs/gst/play -Cflags: -I${pcfiledir}/../gst-libs +Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ + +Libs: -L${libdir}/audio -L${libdir}/video +Cflags: -I${includedir} |