diff options
author | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
commit | 3e49bcfc01fcb2a46935f528fa2dccfeaf29803a (patch) | |
tree | c9446d636fbf953b291f254e932e948d2d2f783c /pkgconfig/gstreamer-interfaces-uninstalled.pc.in | |
parent | c186da6a66001e3de61d53212c708fd2e6cab5d2 (diff) | |
download | gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.gz gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.bz2 gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.zip |
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
Diffstat (limited to 'pkgconfig/gstreamer-interfaces-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-interfaces-uninstalled.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in new file mode 100644 index 00000000..ea8016aa --- /dev/null +++ b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in @@ -0,0 +1,13 @@ +# the standard variables don't make sense for an uninstalled copy +prefix= +exec_prefix= +libdir=${pcfiledir} +includedir=${pcfiledir} + +Name: GStreamer Interfaces library, uninstalled +Description: Streaming-media framework, interfaces library, not installed +Requires: gstreamer >= @VERSION@ +Version: @VERSION@ + +Libs: ${pcfiledir}/../gst-libs/gst/libgst-interfaces-@GST_MAJORMINOR@.la +Cflags: -I${pcfiledir}/../gst-libs |