meson: remove spa option

PipeWire does not work without at least the basic SPA plugins.
Remove the option to disable SPA.

Fixes #198

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
This commit is contained in:
Philipp Zabel 2019-11-07 18:49:14 +01:00 committed by Wim Taymans
parent c63f0ed562
commit 8c53e5305d
2 changed files with 1 additions and 7 deletions

View file

@ -207,9 +207,7 @@ if get_option('gstreamer')
dependency('gstreamer-allocators-1.0'),]
endif
if get_option('spa')
subdir('spa')
endif
subdir('spa')
subdir('src')

View file

@ -26,10 +26,6 @@ option('pipewire-pulseaudio',
description: 'Enable pipewire-pulseaudio integration',
type: 'boolean',
value: true)
option('spa',
description: 'Enable spa integration',
type: 'boolean',
value: true)
option('spa-plugins',
description: 'Enable spa plugins integration',
type: 'boolean',