mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -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
|
|
@ -6,7 +6,7 @@ libcamera_sources = ['libcamera.c',
|
|||
|
||||
libdrm_dep = dependency('libdrm', version : '>= 2.4.98',
|
||||
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()
|
||||
libcameralib = shared_library('spa-libcamera',
|
||||
libcamera_sources,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue