diff --git a/spa/meson.build b/spa/meson.build index babd91466..91308d2de 100644 --- a/spa/meson.build +++ b/spa/meson.build @@ -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()) diff --git a/spa/plugins/libcamera/meson.build b/spa/plugins/libcamera/meson.build index 22a02b1d9..04aca6372 100644 --- a/spa/plugins/libcamera/meson.build +++ b/spa/plugins/libcamera/meson.build @@ -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,