summaryrefslogtreecommitdiff
path: root/gst/asfdemux
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-04-24 14:06:20 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-04-25 11:07:39 +0100
commit6b01999087b804847d8d2a3862831a5cef0947a4 (patch)
tree309f12ca521343ccb4df2c87c76db680aecab556 /gst/asfdemux
parenta76c63ba38b64231d8053acf7abe36db0f28c2bf (diff)
downloadgstreamer-plugins-ugly-6b01999087b804847d8d2a3862831a5cef0947a4.tar.gz
Meson: Generate pc file for all plugins in ugly
https://bugzilla.gnome.org/show_bug.cgi?id=794568
Diffstat (limited to 'gst/asfdemux')
-rw-r--r--gst/asfdemux/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/asfdemux/meson.build b/gst/asfdemux/meson.build
index bf27037b..ef51a13d 100644
--- a/gst/asfdemux/meson.build
+++ b/gst/asfdemux/meson.build
@@ -17,3 +17,4 @@ gstasf = library('gstasf',
install : true,
install_dir : plugins_install_dir,
)
+pkgconfig.generate(gstasf, install_dir : plugins_pkgconfig_install_dir)