summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo@ribalda.com>2020-09-24 16:42:42 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-24 21:08:03 +0300
commitad55da5713edbf203f0db19ae0a71fa03b69ba39 (patch)
treed0c9efae36e0b28025acfad061518218bd2724d7
parentc84d64e305f4eed08b3f0d7a374da8711d8f9640 (diff)
README: Add libboost to list of dependencies
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@ideasonboard.com> Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 583414a0..7ae9c873 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