mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
libcamera: Add missing headers to libcamera_internal_headers
The ipa_data_serializer.h and ipc_pipe.h headers are missing from libcamera_internal_headers. Add them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
186d75b10c
commit
4736ec509d
1 changed files with 2 additions and 0 deletions
|
@ -28,9 +28,11 @@ libcamera_internal_headers = files([
|
||||||
'dma_buf_allocator.h',
|
'dma_buf_allocator.h',
|
||||||
'formats.h',
|
'formats.h',
|
||||||
'framebuffer.h',
|
'framebuffer.h',
|
||||||
|
'ipa_data_serializer.h',
|
||||||
'ipa_manager.h',
|
'ipa_manager.h',
|
||||||
'ipa_module.h',
|
'ipa_module.h',
|
||||||
'ipa_proxy.h',
|
'ipa_proxy.h',
|
||||||
|
'ipc_pipe.h',
|
||||||
'ipc_unixsocket.h',
|
'ipc_unixsocket.h',
|
||||||
'mapped_framebuffer.h',
|
'mapped_framebuffer.h',
|
||||||
'media_device.h',
|
'media_device.h',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue