summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-plugins-bad.pc.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-27 13:14:15 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-27 13:15:02 +0100
commit22f7e632542fa97185e2b3c6bceee63bb0aa47fe (patch)
tree7bef6bb2d13e77f68cc7af6eb65c764767c2efe2 /pkgconfig/gstreamer-plugins-bad.pc.in
parent4b5f764dafe5a3a19082b5c66b7ed249098e3620 (diff)
downloadgstreamer-plugins-bad-22f7e632542fa97185e2b3c6bceee63bb0aa47fe.tar.gz
pkg-config: Make the generic pkg-config file more useful
Diffstat (limited to 'pkgconfig/gstreamer-plugins-bad.pc.in')
-rw-r--r--pkgconfig/gstreamer-plugins-bad.pc.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in
index 753d9f37d..752f0a0c9 100644
--- a/pkgconfig/gstreamer-plugins-bad.pc.in
+++ b/pkgconfig/gstreamer-plugins-bad.pc.in
@@ -2,10 +2,12 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
+pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
+
Name: GStreamer Bad Plugin libraries
-Description: Currently includes the photography interface library
-Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+Description: Streaming media framework, bad plugins libraries
+Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
-Libs: -L${libdir} -lgstphotography-@GST_API_VERSION@
+Libs: -L${libdir}
Cflags: -I${includedir}