Skip to content

Commit

Permalink
README: Add libboost to list of dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ribalda authored and pinchartl committed Sep 24, 2020
1 parent c84d64e commit ad55da5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad55da5

Please sign in to comment.