summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2018-12-29 00:28:04 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-01-22 14:03:41 +0100
commitfba3d0460750fb4123d66f55315dbd9b34cc3d90 (patch)
tree5834039a98a2b31495d91006f02d0246e8b94aba /src/meson.build
parent1369c0b7c3d6b195badd0312a675d68506e51b2e (diff)
cam: add utility to control cameras
Provide a utility to interact with cameras. This initial state is limited and only supports listing cameras in the system and selecting a camera to interact with. There is not much a interacting possible yet with a camera so the tool simply exercise the API to get hold of a camera. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 4ce9668c..a7f2e75d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1 +1,2 @@
subdir('libcamera')
+subdir('cam')