diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-07-11 09:33:57 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-07-11 09:33:57 +0200 |
commit | f701aa29b9831310b9a7da2d0de1ec37d0cce2fa (patch) | |
tree | b0bd25b7657bd57f81532991a51f5a579fd8f81f /pkgconfig | |
parent | c57500a7f459555c5426d30d31b1ed3dfd0f1d87 (diff) |
libs: Don't install headers and pc files for libgstwayland/badvideo/badbase
These will disappear after 1.4.0 and it would be rather annoying if
people started depending on them.
https://bugzilla.gnome.org/show_bug.cgi?id=732207
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 65fdc7bf0..3e53a6ee5 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -4,15 +4,13 @@ pcverfiles = \ gstreamer-plugins-bad-@GST_API_VERSION@.pc \ gstreamer-codecparsers-@GST_API_VERSION@.pc \ gstreamer-insertbin-@GST_API_VERSION@.pc \ - gstreamer-mpegts-@GST_API_VERSION@.pc \ - gstreamer-wayland-@GST_API_VERSION@.pc + gstreamer-mpegts-@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-wayland-@GST_API_VERSION@-uninstalled.pc + gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc if HAVE_GST_GL pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc @@ -40,8 +38,7 @@ pcinfiles = \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ - gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in \ - gstreamer-wayland.pc.in gstreamer-wayland-uninstalled.pc.in + gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) |