From patchwork Wed Sep 23 15:15:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9754 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 33FCAC3B5C for ; Wed, 23 Sep 2020 15:21:18 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B7A7E63005; Wed, 23 Sep 2020 17:21:17 +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="QARJbuug"; dkim-atps=neutral Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 05D4862FD8 for ; Wed, 23 Sep 2020 17:15:30 +0200 (CEST) Received: by mail-wm1-x332.google.com with SMTP id q9so402310wmj.2 for ; Wed, 23 Sep 2020 08:15:30 -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=VZvT4w+j2m4tbZPZ6oOo8bKGBKqgjXzOVMh/Xo1Tk3c=; b=QARJbuugms8X2BtVkc3B8vbHoU2Y9AUsDFL08w2HEcybjRniOm9E1MnuFLqhPLyUPg SG4t/+AMbtRqEjySDSw0CYOraUVEDURhG1Un/Du7gFp2P1C73uS9uficmUfZki2QLrkI MKZ9O3KJ5bgz8pI5hzt40fA22AhMMahNMC9o9y7JJw5UgmsxJXHnRQOVxgsKy390PJ00 t06J55gt1fUa8q0n62AdY55+0rvwKpF6hjQNuEcKlRp3l6ChlDGb07hAZtOiS8IfDvkU gvrZdrbQHlt7Uc4+gxekxHZmpMjl6kWUhkBAO44V9sM5xNi4TCPxaHaOG+FfUerHSE6y 1c3A== 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=VZvT4w+j2m4tbZPZ6oOo8bKGBKqgjXzOVMh/Xo1Tk3c=; b=TeWe025ENp2fI6EYP8yCuI3ZoeE6xKaNU4aeUOl65AoQ7EPqt3NStfxnukVhP2eOQa NRrpZuj4c4PxZ01cov54IyI0dOLFCXSU0pzfDhE0e4jGLCEeA6IU/Ps1QgIH4BG8ViVh TiUU/lfqAfL5zxHRRwAOeJ1hxBM5RegdjdD0rDBmc1N0vu8VNjyaHVU78ARjWRpqOu2y wYMYlCokEIBZjJoqCFSESSy4qgIghgakGBMdC8cHfniuR3eYr6zh2N0w1eKWWwT3l/su +xXH3whcz8Akbg2U5nlaLv5CI7nYAb/tbBF1KbHLa/QTp0WbDsJfruUV6lLqVALt+jqF hEug== X-Gm-Message-State: AOAM530eUDxWJ05ZFX8IhqfWYkhrry53unlTwcc40ORlBrUr15TmKGZV zdsBrO0Q759AkrHwfVAjcF7e+8RvyTM6qA== X-Google-Smtp-Source: ABdhPJzinrXNYdJ2ipu+tHoFC8pNbgGYrWJH8XXIiQQNuooBnhSesvbigofz19V47yKnmPqwLw3EiQ== X-Received: by 2002:a1c:65c1:: with SMTP id z184mr29312wmb.61.1600874129401; Wed, 23 Sep 2020 08:15:29 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id h76sm146268wme.10.2020.09.23.08.15.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 08:15:28 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org Date: Wed, 23 Sep 2020 17:15:16 +0200 Message-Id: <20200923151522.56778-4-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200923151522.56778-1-ricardo@ribalda.com> References: <20200923151522.56778-1-ricardo@ribalda.com> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 23 Sep 2020 17:21:14 +0200 Subject: [libcamera-devel] [PATCH 3/9] 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" Without it: Run-time dependency libudev found: NO (tried pkgconfig and cmake) Run-time dependency threads found: YES Run-time dependency Boost found: NO src/ipa/raspberrypi/meson.build:5:0: ERROR: Dependency "boost" not found Signed-off-by: Ricardo Ribalda --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index cfd0be7..9013c1d 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,9 @@ Meson Build system: [required] pip3 install --user meson pip3 install --user --upgrade meson +Boost C++ Libraries: [required] + libboost-dev + for IPA module signing: [required] libgnutls28-dev openssl