diff options
author | Daniel Scally <dan.scally@ideasonboard.com> | 2023-01-16 07:58:12 +0000 |
---|---|---|
committer | Daniel Scally <dan.scally@ideasonboard.com> | 2023-01-16 13:10:03 +0000 |
commit | 006aa232ac92e3ccde06a3b1536d6e02e8496766 (patch) | |
tree | 200d7bb51f485d4a7c084f3fd587fdc0d8a1328f /include/uvcgadget/meson.build | |
parent | 66f0f93b78474109aa946ec5cd429d0d13d052f0 (diff) |
libcamera: Add new libcamera source
Provide the integration of a libcamera source within uvc-gadget.
This adds C++ support to the project and adds libcamera as an
optional external dependency.
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Diffstat (limited to 'include/uvcgadget/meson.build')
-rw-r--r-- | include/uvcgadget/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uvcgadget/meson.build b/include/uvcgadget/meson.build index d5aaf17..a9e4384 100644 --- a/include/uvcgadget/meson.build +++ b/include/uvcgadget/meson.build @@ -3,6 +3,7 @@ uvcgadget_public_headers = files([ 'configfs.h', 'events.h', + 'libcamera-source.h', 'list.h', 'stream.h', 'timer.h', |