diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-12 13:09:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-12 13:09:26 +0000 |
commit | f549fd7c2f0538ee379ccd9fe2934fe3d688c695 (patch) | |
tree | a2abcdc83c0caeb072e663b06c33a227b918dcb2 | |
parent | e7639958768f4ca9c6c8902a3586983e5beb35f0 (diff) | |
download | gst-plugins-bad-f549fd7c2f0538ee379ccd9fe2934fe3d688c695.tar.gz gst-plugins-bad-f549fd7c2f0538ee379ccd9fe2934fe3d688c695.tar.bz2 gst-plugins-bad-f549fd7c2f0538ee379ccd9fe2934fe3d688c695.zip |
fix to be able to link to gconf
Original commit message from CVS:
fix to be able to link to gconf
-rw-r--r-- | gstreamer-libs-uninstalled.pc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gstreamer-libs-uninstalled.pc.in b/gstreamer-libs-uninstalled.pc.in index 8c750c61..f294eb2d 100644 --- a/gstreamer-libs-uninstalled.pc.in +++ b/gstreamer-libs-uninstalled.pc.in @@ -2,6 +2,5 @@ Name: GStreamer Uninstalled Media-Specific Libraries Description: Streaming-media framework media-specific libraries, not installed Version: @VERSION@ Requires: gstreamer = @VERSION@ -Libs: +Libs: -L${pcfiledir}/gst-libs/gst/gconf Cflags: -I${pcfiledir}/gst-libs - |