diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2019-11-07 18:49:14 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2019-11-12 08:14:13 +0000 |
commit | 8c53e5305d0fb94b9c85844c593fcb005a2a7c93 (patch) | |
tree | 3a5014d1de842d12ab0da0afacb095370c7bd099 /meson_options.txt | |
parent | c63f0ed562ac8fe991a2ff6e4d58772a54290b55 (diff) |
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0d851a61..5a738ddb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', |