diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-05 17:09:37 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-05 17:09:37 +0000 |
commit | 9b9f3098b3392ee96573a0767b61622013c43a86 (patch) | |
tree | 344eb24aba4add1b145c892b573f93ab941b9f97 | |
parent | c54ed06e65e69ff0bb2d38f4288edf7c6e9e279f (diff) |
pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
Original commit message from CVS:
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
Sync requires with other checks. >= vs =.
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | pkgconfig/gstreamer-libs-uninstalled.pc.in | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-02-05 David I. Lehn <dlehn@users.sourceforge.net> + + * pkgconfig/gstreamer-libs-uninstalled.pc.in: + Sync requires with other checks. >= vs =. + 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com> * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps), diff --git a/common b/common -Subproject 90e64b98d566fd8df793cfc0a9b08b8e5fb356d +Subproject 90097339543fb0a705447b599d7a36138cba423 diff --git a/pkgconfig/gstreamer-libs-uninstalled.pc.in b/pkgconfig/gstreamer-libs-uninstalled.pc.in index 79a949b10..55c9bc549 100644 --- a/pkgconfig/gstreamer-libs-uninstalled.pc.in +++ b/pkgconfig/gstreamer-libs-uninstalled.pc.in @@ -7,7 +7,7 @@ includedir=${pcfiledir}/../gst-libs Name: GStreamer Uninstalled Media-Specific Libraries Description: Streaming-media framework media-specific libraries, not installed Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ Libs: -L${libdir}/audio -L${libdir}/video Cflags: -I${includedir} |