From 355a580e9e23ad45fb33d6a43a231a1e25da9c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 23 Jan 2016 05:30:05 +0200 Subject: [PATCH] pkg-config: Properly version and install base/audio/video .pc files https://bugzilla.gnome.org/show_bug.cgi?id=760733#c17 --- pkgconfig/Makefile.am | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 9c9819ec52..88c7e5204e 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)