meson_options.txt: disable vulkan option since it's not ready for use

According to George Kiagiadakis it being set to auto is an accident,
because the Vulkan support does not [yet] provide anything useful.
This commit is contained in:
Niklāvs Koļesņikovs 2021-06-25 14:22:47 +03:00
parent 0a02396995
commit 38d5de789d
No known key found for this signature in database
GPG key ID: 8A45FF71F7C7210A
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ option('volume',
option('vulkan',
description: 'Enable vulkan spa plugin integration',
type: 'feature',
value: 'auto')
value: 'disabled')
option('pw-cat',
description: 'Build pw-cat/pw-play/pw-record',
type: 'feature',