diff options
author | René Stadler <rene.stadler@nokia.com> | 2009-02-23 23:18:33 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-11-27 12:09:58 +0200 |
commit | 2c158ffad98e958104062cc9926bb4f949aee0e5 (patch) | |
tree | e99b1ef0cdcc6dbeaf20a7bec9263c15415e242e /pkgconfig | |
parent | 7dac3659c61feae9d076475a02a57e256282661b (diff) |
Add pkgconfig files for photography interface library.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 6 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in | 13 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-bad.pc.in | 12 |
3 files changed, 28 insertions, 3 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 6b2cd965c..3acb3f8e9 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,9 +1,9 @@ ### all of the standard pc files we need to generate pcverfiles = \ - gstreamer-libs-@GST_MAJORMINOR@.pc + gstreamer-plugins-bad-@GST_MAJORMINOR@.pc pcverfiles_uninstalled = \ - gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc + gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc all-local: $(pcverfiles) $(pcverfiles_uninstalled) @@ -18,7 +18,7 @@ pkgconfig_DATA = $(pcverfiles) CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled) pcinfiles = \ - gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in + gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) diff --git a/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in new file mode 100644 index 000000000..4b6d69d5a --- /dev/null +++ b/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in @@ -0,0 +1,13 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst/interfaces +includedir=${pcfiledir}/../gst-libs + +Name: GStreamer Bad Plugin libraries, Uninstalled +Description: Currently includes the photography interface library, uninstalled +Version: @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ + +Libs: -L${libdir} ${libdir}/libgstphotography-@GST_MAJORMINOR@.la +Cflags: -I${includedir} + diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in new file mode 100644 index 000000000..c75ff59c7 --- /dev/null +++ b/pkgconfig/gstreamer-plugins-bad.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ + +Name: GStreamer Bad Plugin libraries +Description: Currently includes the photography interface library +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ +Version: @VERSION@ +Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@ +Cflags: -I${includedir} + |