Files
external_libcamera/utils/meson.build
Kieran Bingham 33dc1f24d9 utils: Introduce libcamera-bug-report
Introduce a script which can be installed into the system to aide
reporting potential camera and media related issues.

The script shall capture system information and store it in a temporary
file - but it remains the users responsibilty to choose to share this
data, and no automatic bug submissions are anticipated.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2026-04-03 16:08:54 +01:00

16 lines
298 B
Meson

# SPDX-License-Identifier: CC0-1.0
subdir('codegen')
subdir('ipu3')
gen_shader_headers = files('gen-shader-headers.sh')
## Module signing
gen_ipa_priv_key = files('gen-ipa-priv-key.sh')
## Bug reporting utility
install_data(
'libcamera-bug-report',
install_dir: get_option('bindir'),
)