include: libcamera: Install control_ids.h
Make the auto-generated control_ids.h file as part of the libcamera installation. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -27,6 +27,7 @@ control_ids_h = custom_target('control_ids_h',
|
||||
output : 'control_ids.h',
|
||||
depend_files : gen_controls,
|
||||
command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'],
|
||||
install : true,
|
||||
install_dir : join_paths('include', include_dir))
|
||||
|
||||
libcamera_api += control_ids_h
|
||||
|
||||
Reference in New Issue
Block a user