libcamera: internal: Add Matrix class to build
Add the new Matrix class to the build. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
80f21e78a6
commit
5b7f89d9b8
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ libcamera_internal_headers = files([
|
||||||
'ipc_pipe.h',
|
'ipc_pipe.h',
|
||||||
'ipc_unixsocket.h',
|
'ipc_unixsocket.h',
|
||||||
'mapped_framebuffer.h',
|
'mapped_framebuffer.h',
|
||||||
|
'matrix.h',
|
||||||
'media_device.h',
|
'media_device.h',
|
||||||
'media_object.h',
|
'media_object.h',
|
||||||
'pipeline_handler.h',
|
'pipeline_handler.h',
|
||||||
|
|
|
@ -40,6 +40,7 @@ libcamera_internal_sources = files([
|
||||||
'ipc_pipe_unixsocket.cpp',
|
'ipc_pipe_unixsocket.cpp',
|
||||||
'ipc_unixsocket.cpp',
|
'ipc_unixsocket.cpp',
|
||||||
'mapped_framebuffer.cpp',
|
'mapped_framebuffer.cpp',
|
||||||
|
'matrix.cpp',
|
||||||
'media_device.cpp',
|
'media_device.cpp',
|
||||||
'media_object.cpp',
|
'media_object.cpp',
|
||||||
'pipeline_handler.cpp',
|
'pipeline_handler.cpp',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue