summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke.linux@gmail.com>2020-11-20 16:52:34 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-12-27 12:29:05 +0200
commit3fde82d8490e7fbdc02922d2b692fe3c0d9c8e29 (patch)
tree5ef23678a1e0987b8fa75fcaeeacd1b832180c22 /Documentation/meson.build
parentd769cbb8348a869bd513aac5145996376b7c4568 (diff)
Documentation: Add descriptions for environment variables
Describe the environment variables used in libcamera, excluded variables are `LIBCAMERA_IPA_FORCE_C_API` and `LIBCAMERA_IPA_PROXY_PATH`, the former because it is likely to be removed and the later because it has no current use-case. Add a brief explanation for the IPA configuration and IPA modules. List all the available Log levels and categories and add a short guide on how to use them for debugging. Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-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 26a12fcd..0cd5729a 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -52,6 +52,7 @@ if sphinx.found()
'conf.py',
'contributing.rst',
'docs.rst',
+ 'environment_variables.rst',
'index.rst',
'guides/introduction.rst',
'guides/application-developer.rst',