[libcamera-devel,v2.1,3/11] README: Add libboost to list of dependencies

Message ID 20200924144242.317020-2-ricardo@ribalda.com
State Accepted
Headers show
Series
  • [libcamera-devel,v2.1,1/11] README: Unify dependency names
Related show

Commit Message

Ricardo Ribalda Sept. 24, 2020, 2:42 p.m. UTC
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>
---
 README.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Laurent Pinchart Sept. 24, 2020, 3:06 p.m. UTC | #1
Hi Ricardo,

Thank you for the patch.

On Thu, Sep 24, 2020 at 04:42:42PM +0200, Ricardo Ribalda wrote:
> 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>

> ---
>  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
>

Patch

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