[libcamera-devel] [PATCH v2.1 3/11] README: Add libboost to list of dependencies
Ricardo Ribalda
ricardo at ribalda.com
Thu Sep 24 16:42:42 CEST 2020
Raspberry Pi IPA, which is enabled by default, requires libboost to
compile.
Specify in the documentation its dependencies and how to disable the
IPA.
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo at ribalda.com>
---
README.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.rst b/README.rst
index 583414a..7ae9c87 100644
--- a/README.rst
+++ b/README.rst
@@ -63,6 +63,12 @@ for the libcamera core: [required]
for IPA module signing: [required]
libgnutls28-dev openssl
+for the Raspberry Pi IPA: [optional]
+ libboost-dev
+
+ Support for Raspberry Pi can be disabled through the meson
+ 'pipelines' option to avoid this dependency.
+
for device hotplug enumeration: [optional]
pkg-config libudev-dev
--
2.28.0
More information about the libcamera-devel
mailing list