summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorChris Chinchilla <chris@gregariousmammal.com>2020-06-26 13:17:32 +0200
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-08-20 16:56:07 +0100
commit7b1516210b2ff8b51eb6c6ddc27554c019af4a6c (patch)
tree5b71ff2d4d6322c2cca10f9c720ce3abf4843b68 /Documentation/meson.build
parent54ca46968a18ab938fc61f9424f421a004f50405 (diff)
Documentation: Guides: Developer's Guide to libcamera
Create an introduction and overview for new developers to libcamera. Provide an overview of the Camera Stack, and Architecture of libcamera and introduce the main concepts of libcamera. Signed-off-by: Chris Chinchilla <chris@gregariousmammal.com> [Kieran: Rework/Reflow, add diagrams, licensing] Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r--Documentation/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index 6d9a397c..dd7ae700 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -52,6 +52,7 @@ if sphinx.found()
'contributing.rst',
'docs.rst',
'index.rst',
+ 'guides/introduction.rst',
]
release = 'release=v' + libcamera_git_version