diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-04-24 14:05:30 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-04-25 11:08:09 +0100 |
commit | 83d0623293770980184a0924192a47ed46011f8a (patch) | |
tree | 42069e90eaf5bcb8ce381f96a9ed0f12b092f708 /gst/segmentclip/meson.build | |
parent | 87368e98b42bc83c47648938914cc3a08db9f80e (diff) | |
download | gstreamer-plugins-bad-83d0623293770980184a0924192a47ed46011f8a.tar.gz |
Meson: Generate pc file for all plugins in bad
https://bugzilla.gnome.org/show_bug.cgi?id=794568
Diffstat (limited to 'gst/segmentclip/meson.build')
-rw-r--r-- | gst/segmentclip/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/segmentclip/meson.build b/gst/segmentclip/meson.build index 6d8a36da6..bc7228ccd 100644 --- a/gst/segmentclip/meson.build +++ b/gst/segmentclip/meson.build @@ -13,3 +13,4 @@ gstsegmentclip = library('gstsegmentclip', install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstsegmentclip, install_dir : plugins_pkgconfig_install_dir) |