mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: libcamera: add libcamera version check for properties::SystemDevices
This commit is contained in:
parent
6cd29aed05
commit
5bac089229
3 changed files with 6 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ if get_option('spa-plugins').allowed()
|
|||
|
||||
libcamera_dep = dependency('libcamera', required: get_option('libcamera'))
|
||||
summary({'libcamera': libcamera_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
cdata.set('HAVE_LIBCAMERA_SYSTEM_DEVICES', libcamera_dep.version().version_compare('>= 0.1.0'))
|
||||
|
||||
compress_offload_option = get_option('compress-offload')
|
||||
summary({'Compress-Offload': compress_offload_option.allowed()}, bool_yn: true, section: 'Backend')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue