mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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)
|
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'))
|
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
|
# common dependencies
|
||||||
libudev_dep = dependency('libudev', required: alsa_dep.found() or get_option('udev').enabled() or get_option('v4l2').enabled())
|
libudev_dep = dependency('libudev', required: alsa_dep.found() or get_option('udev').enabled() or get_option('v4l2').enabled())
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ libcamera_sources = ['libcamera.c',
|
||||||
|
|
||||||
libdrm_dep = dependency('libdrm', version : '>= 2.4.98',
|
libdrm_dep = dependency('libdrm', version : '>= 2.4.98',
|
||||||
required : get_option('libcamera'))
|
required : get_option('libcamera'))
|
||||||
summary({'libdrm': libdrm_dep.found()}, bool_yn: true, section: 'Camera portal')
|
summary({'libdrm': libdrm_dep.found()}, bool_yn: true, section: 'Backend')
|
||||||
if libdrm_dep.found()
|
if libdrm_dep.found()
|
||||||
libcameralib = shared_library('spa-libcamera',
|
libcameralib = shared_library('spa-libcamera',
|
||||||
libcamera_sources,
|
libcamera_sources,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue