diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-23 05:30:05 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-23 05:30:05 +0200 |
commit | 355a580e9e23ad45fb33d6a43a231a1e25da9c30 (patch) | |
tree | 215a81ae63cbae3543a85af54a30f7f46be5bddb | |
parent | cfb1b7951617b2c8dd35c3ccdd3feec6765321a7 (diff) | |
download | gstreamer-plugins-bad-355a580e9e23ad45fb33d6a43a231a1e25da9c30.tar.gz |
pkg-config: Properly version and install base/audio/video .pc files
https://bugzilla.gnome.org/show_bug.cgi?id=760733#c17
-rw-r--r-- | pkgconfig/Makefile.am | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 9c9819ec5..88c7e5204 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -5,14 +5,20 @@ pcverfiles = \ gstreamer-codecparsers-@GST_API_VERSION@.pc \ gstreamer-insertbin-@GST_API_VERSION@.pc \ gstreamer-mpegts-@GST_API_VERSION@.pc \ - gstreamer-player-@GST_API_VERSION@.pc + gstreamer-player-@GST_API_VERSION@.pc \ + gstreamer-bad-base-@GST_API_VERSION@.pc \ + gstreamer-bad-audio-@GST_API_VERSION@.pc \ + gstreamer-bad-video-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \ gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \ gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \ gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-player-@GST_API_VERSION@-uninstalled.pc + gstreamer-player-@GST_API_VERSION@-uninstalled.pc \ + gstreamer-bad-base-@GST_API_VERSION@-uninstalled.pc \ + gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \ + gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc if HAVE_GST_GL pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc @@ -42,9 +48,9 @@ pcinfiles = \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in \ gstreamer-player.pc.in gstreamer-player-uninstalled.pc.in \ - gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \ - gstreamer-video.pc.in gstreamer-video-uninstalled.pc.in \ - gstreamer-base.pc.in gstreamer-base-uninstalled.pc.in + gstreamer-bad-audio.pc.in gstreamer-bad-audio-uninstalled.pc.in \ + gstreamer-bad-video.pc.in gstreamer-bad-video-uninstalled.pc.in \ + gstreamer-bad-base.pc.in gstreamer-bad-base-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) |