diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-04-24 14:06:10 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-04-25 11:07:06 +0100 |
commit | edd9c8f6b874f19fb74436c599effc03a655b969 (patch) | |
tree | 076bca5f6a72a4a5ea4257fe27115fac7a808aa8 /ext/speex | |
parent | 84831ad03ded24f4dcd98e793a59f7530da86993 (diff) | |
download | gstreamer-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 'ext/speex')
-rw-r--r-- | ext/speex/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/speex/meson.build b/ext/speex/meson.build index b682f087f..931d7bb44 100644 --- a/ext/speex/meson.build +++ b/ext/speex/meson.build @@ -16,4 +16,5 @@ if speex_dep.found() install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(gstspeex, install_dir : plugins_pkgconfig_install_dir) endif |