mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
filter-graph: Remove duplicate install keyword from meson.build
This fixes building with `--fatal-meson-warnings`. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
90075b838c
commit
89a605b7a2
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ spa_filter_graph_plugin_ladspa = shared_library('spa-filter-graph-plugin-ladspa'
|
|||
[ 'ladspa_plugin.c' ],
|
||||
include_directories : [configinc],
|
||||
install : true,
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'filter-graph',
|
||||
dependencies : [ filter_graph_dependencies ]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue