diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 14:22:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 14:22:01 +0000 |
commit | 5e5ec637577f8cd15c5bd9569edee8ed285a7bac (patch) | |
tree | 8c735b4147ed1c17bda6933174a27c36eefdcf8a | |
parent | 4bbe165f75bdf2e22491bb4262a231003e586518 (diff) |
more uninstalled fixes
Original commit message from CVS:
more uninstalled fixes
-rw-r--r-- | pkgconfig/gstreamer-play-uninstalled.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in index 9c87f886c..0ed0a119a 100644 --- a/pkgconfig/gstreamer-play-uninstalled.pc.in +++ b/pkgconfig/gstreamer-play-uninstalled.pc.in @@ -9,5 +9,5 @@ Description: Streaming-media framework, play libraries, not installed Requires: gstreamer >= @VERSION@ Version: @VERSION@ -Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ -Cflags: -I${pcfiledir}/libs +Libs: ${pcfiledir}/../gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ +Cflags: -I${pcfiledir}/../gst-libs |