From 89a605b7a2834faaf1da84cb9c35b5c49b372792 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 21 Nov 2024 18:31:09 +0000 Subject: [PATCH] filter-graph: Remove duplicate install keyword from meson.build This fixes building with `--fatal-meson-warnings`. Signed-off-by: Philip Withnall --- spa/plugins/filter-graph/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/filter-graph/meson.build b/spa/plugins/filter-graph/meson.build index 6ee6338c3..a3b2879f7 100644 --- a/spa/plugins/filter-graph/meson.build +++ b/spa/plugins/filter-graph/meson.build @@ -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 ] )