mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
meson: Add missing optional lrdf dep to ladspa build
https://bugzilla.gnome.org/show_bug.cgi?id=794350
This commit is contained in:
parent
90f6e6c097
commit
5d2674f515
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue