From 83d0623293770980184a0924192a47ed46011f8a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 24 Apr 2018 14:05:30 -0400 Subject: Meson: Generate pc file for all plugins in bad https://bugzilla.gnome.org/show_bug.cgi?id=794568 --- ext/voaacenc/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/voaacenc') diff --git a/ext/voaacenc/meson.build b/ext/voaacenc/meson.build index 0f2eec38c..16f3e48b5 100644 --- a/ext/voaacenc/meson.build +++ b/ext/voaacenc/meson.build @@ -12,4 +12,5 @@ if voaac_dep.found() install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(gstbz2, install_dir : plugins_pkgconfig_install_dir) endif -- cgit v1.2.1