mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: move libcamera and libdrm summary() to 'Backend' section
This commit is contained in:
parent
38d5de789d
commit
b55bafae09
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ if not get_option('spa-plugins').disabled()
|
|||
vulkan_headers = cc.has_header('vulkan/vulkan.h', dependencies : vulkan_dep)
|
||||
#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')
|
||||
summary({'libcamera': libcamera_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
# common dependencies
|
||||
libudev_dep = dependency('libudev', required: alsa_dep.found() or get_option('udev').enabled() or get_option('v4l2').enabled())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue