summaryrefslogtreecommitdiff
path: root/gst/deinterlace
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-04-24 14:06:10 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-04-25 11:07:06 +0100
commitedd9c8f6b874f19fb74436c599effc03a655b969 (patch)
tree076bca5f6a72a4a5ea4257fe27115fac7a808aa8 /gst/deinterlace
parent84831ad03ded24f4dcd98e793a59f7530da86993 (diff)
downloadgstreamer-plugins-good-edd9c8f6b874f19fb74436c599effc03a655b969.tar.gz
Meson: Generate pc file for all plugins in good
https://bugzilla.gnome.org/show_bug.cgi?id=794568
Diffstat (limited to 'gst/deinterlace')
-rw-r--r--gst/deinterlace/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/deinterlace/meson.build b/gst/deinterlace/meson.build
index 11e6c53f8..6957ba6ef 100644
--- a/gst/deinterlace/meson.build
+++ b/gst/deinterlace/meson.build
@@ -40,4 +40,5 @@ gstdeinterlace = library('gstdeinterlace',
install : true,
install_dir : plugins_install_dir,
)
+pkgconfig.generate(gstdeinterlace, install_dir : plugins_pkgconfig_install_dir)