summaryrefslogtreecommitdiffstats
path: root/pkgconfig/gstreamer-plugins.pc.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 22:27:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 22:27:32 +0000
commitbdc6434aa1906c6bc128eeb701240f38e28e5744 (patch)
tree017401440b5ae602cba13eef6a341072a73b65a7 /pkgconfig/gstreamer-plugins.pc.in
parent4fe61f2848902d93046907d369a0281ef2adbdc9 (diff)
downloadgst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.tar.gz
gst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.tar.bz2
gst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.zip
adding gstreamer-plugins.pc fixes #126999
Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
Diffstat (limited to 'pkgconfig/gstreamer-plugins.pc.in')
-rw-r--r--pkgconfig/gstreamer-plugins.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-plugins.pc.in b/pkgconfig/gstreamer-plugins.pc.in
new file mode 100644
index 00000000..f003002e
--- /dev/null
+++ b/pkgconfig/gstreamer-plugins.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer Plugin Libraries
+Description: Streaming-media framework, plugin libraries
+Requires: gstreamer-@GST_MAJORMINOR@
+Version: @VERSION@
+Libs:
+Cflags: -I${includedir}