mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 00:55:07 +03:00
include: libcamera: meson: Add control headers to the libcamera_api array
The libcamera_api array is meant to contain all the headers from the libcamera public API, for the purpose of generating documentation and creating the libcamera_dep dependency. The generated control headers are part of the libcamera public API, and used to be included in the libcamera_api array until commitf870591a9b
("libcamera: properties: Add location property") inadvertently removed them. Add them back. Fixes:f870591a9b
("libcamera: properties: Add location property") Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> [Split the change out and reworded the commit message] Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
00804512c6
commit
4ed6876643
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ foreach header : control_source_files
|
|||
install_dir : join_paths('include', include_dir))
|
||||
endforeach
|
||||
|
||||
libcamera_api += control_headers
|
||||
|
||||
gen_header = files('gen-header.sh')
|
||||
|
||||
libcamera_h = custom_target('gen-header',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue