diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-03 04:55:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-03 04:55:35 +0000 |
commit | fc078eddbf6ec259cf724221e4833ed59f96b32e (patch) | |
tree | f230e5257fc26f8f5c55cb13597766ad262b3c20 | |
parent | 0cf5963cff8999687ef76bc6a4839ff51d7cf842 (diff) |
.pc fix
Original commit message from CVS:
.pc fix
-rw-r--r-- | gstreamer-play-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-play-uninstalled.pc.in b/gstreamer-play-uninstalled.pc.in index b3060d31..e4307e31 100644 --- a/gstreamer-play-uninstalled.pc.in +++ b/gstreamer-play-uninstalled.pc.in @@ -6,7 +6,7 @@ includedir=${pcfiledir} Name: GStreamer Play Library, uninstalled Description: Streaming-media framework, play libraries, not installed -Requires: gstreamer >= @GSTREAMER_REQ@ +Requires: gstreamer >= @VERSION@ Version: @VERSION@ Libs: ${pcfiledir}/libs/gst/play/libgstplay.la -lgstcontrol |