From patchwork Thu Sep 24 14:42:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9790 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id D3D65C3B5C for ; Thu, 24 Sep 2020 14:42:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9FCCB62FF3; Thu, 24 Sep 2020 16:42:48 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="nwXNokGY"; dkim-atps=neutral Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2373A60363 for ; Thu, 24 Sep 2020 16:42:48 +0200 (CEST) Received: by mail-wm1-x343.google.com with SMTP id w2so3789409wmi.1 for ; Thu, 24 Sep 2020 07:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LQ/b6t23h3gZf8vAVSk3/cbdrALW6zYFNQo2TzebbQc=; b=nwXNokGYdPHdGzwdGv4Xgc8SgUytqLCiJ1qOn29du/6mrIHHV+1Sg/gtOMLU3nCYip vwCiSonsRwKVZV2bDQ8jPDMEwSpCTQu2RaWB9K9kOJjv0tbx8HO5Gy1TmPyUJCEQyd6f tSqZVHVyN93SXDLbv2K+X5Yv8yMh9qv4LuposGwnKZWujcwhXxr2nK5GO/ei40Fua+vu pkTsXXTsDtSeyImyWbFYUi0PWS8CjseN3ls681MA1PkPtd6bkknSRnWsj3enGh/6ihdz xsQwHx6B7DJPImEueAqEBWeL6ErR87KFbLofd4BrnR7l9bkZoEiQ6DGZOlucCr6jb8FD ZHFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=LQ/b6t23h3gZf8vAVSk3/cbdrALW6zYFNQo2TzebbQc=; b=aHWdwTyigqypyx0ZcWnLAW8S5oBqYySHYAYLDE1dmp2fhWuw0wJXLevMVQUC/hCe3/ bGFYOH+QzIqlB0B0VRZjwkvxKu/peSqlpWMYIRtu6LU8gGq5AmDeaDgQt9819oUTU14R o/P3UYd0iF5c+51pnn0nOe96VvtwffpGdpep+ZXO9pKdsVfhnKuTIMO5jgbe7yxh4E/4 mMA8leziQVXNJoOFbxobONciHqNjNurnaJ4l/Qeb928naXpuKuomIAkFWTrqKWolq4jA eruBMQfPLilmm84c2p+A8gxmxuamWJiLJaODq9XvHj2Rx6cT0rM/gEwPfhoyEWdCQ25c PJZQ== X-Gm-Message-State: AOAM533KajrA/rT5wfLEp8GVTc21nb0pN97pRLlGTz2zLw096hevVOgd Q27RKYYNhbIr2PqV5V6nyXqOb1/xRxfPeQ== X-Google-Smtp-Source: ABdhPJxEoOvFTyQbkaMA+kjEjjGYzxXol6vnurDJjoSYcVgd7qwdkxpgmRTiI5vIiiwkG7liz078/g== X-Received: by 2002:a1c:6607:: with SMTP id a7mr5139994wmc.142.1600958567368; Thu, 24 Sep 2020 07:42:47 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id m10sm3612319wmi.9.2020.09.24.07.42.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 07:42:45 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Laurent Pinchart Date: Thu, 24 Sep 2020 16:42:42 +0200 Message-Id: <20200924144242.317020-2-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200924144242.317020-1-ricardo@ribalda.com> References: <20200924144242.317020-1-ricardo@ribalda.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2.1 3/11] README: Add libboost to list of dependencies X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart --- 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