mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
0a02396995
commit
38d5de789d
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ if not get_option('spa-plugins').disabled()
|
|||
summary({'JACK2': jack_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
vulkan_dep = dependency('vulkan', disabler : true, version : '>= 1.1.69', required: get_option('vulkan'))
|
||||
vulkan_headers = cc.has_header('vulkan/vulkan.h', dependencies : vulkan_dep)
|
||||
summary({'Vulkan': vulkan_headers}, bool_yn: true, section: 'Misc dependencies')
|
||||
#summary({'Vulkan': vulkan_headers}, bool_yn: true, section: 'Misc dependencies')
|
||||
libcamera_dep = dependency('camera', required: get_option('libcamera'))
|
||||
summary({'libcamera': libcamera_dep.found()}, bool_yn: true, section: 'Camera portal')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue