From 5d2674f5150f80a82e67547b87d391d3bf32f3ed Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 27 Mar 2018 14:25:24 +0530 Subject: [PATCH] meson: Add missing optional lrdf dep to ladspa build https://bugzilla.gnome.org/show_bug.cgi?id=794350 --- ext/ladspa/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ladspa/meson.build b/ext/ladspa/meson.build index b8a3ca0f9d..356a1f6f1e 100644 --- a/ext/ladspa/meson.build +++ b/ext/ladspa/meson.build @@ -19,7 +19,7 @@ if cc.has_header('ladspa.h') c_args : gst_plugins_bad_args + ladspa_cargs, link_args : noseh_link_args, include_directories : [configinc, libsinc], - dependencies : [gstaudio_dep, gstbase_dep, gmodule_dep, mathlib], + dependencies : [gstaudio_dep, gstbase_dep, gmodule_dep, lrdf_dep, mathlib], install : true, install_dir : plugins_install_dir, )