meson: Add missing optional lrdf dep to ladspa build

https://bugzilla.gnome.org/show_bug.cgi?id=794350
This commit is contained in:
Nirbheek Chauhan 2018-03-27 14:25:24 +05:30
parent 90f6e6c097
commit 5d2674f515

View file

@ -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,
)