From patchwork Mon Dec 2 13:40:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaac Scott X-Patchwork-Id: 22152 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 3F673BDCBF for ; Mon, 2 Dec 2024 13:40:41 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B794C6605F; Mon, 2 Dec 2024 14:40:40 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Wn6xDmOC"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8035D6605F for ; Mon, 2 Dec 2024 14:40:38 +0100 (CET) Received: from isaac-ThinkPad-T16-Gen-2.lan (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DCF16514; Mon, 2 Dec 2024 14:40:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1733146812; bh=3KBRSiOV34w8ysVtAiZE93mMQvLOWNz9b9HjtRj2lVM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wn6xDmOCMM9uVGAQw1eM1dDENR2lK+2T/PAa9IG/gNb53XHBX9REUz0MpcV5/FaJO g6sJcZiJ4fMBV6j2vYw/HsqYAopTpXlVR10MEZi8/pX8kJMoxbBtXxYyNzWXjH7Ayh aFapmp4DyQFWgKhAtcHSEICb6EBvbFNKgHZEf6lo= From: Isaac Scott To: libcamera devel Cc: Isaac Scott Subject: [PATCH 1/1] libcamera: documentation: Update meson build requirements Date: Mon, 2 Dec 2024 13:40:32 +0000 Message-ID: <20241202134032.34205-2-isaac.scott@ideasonboard.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241202134032.34205-1-isaac.scott@ideasonboard.com> References: <20241202134032.34205-1-isaac.scott@ideasonboard.com> MIME-Version: 1.0 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" The current README states the meson version required is v0.60 or higher. When running the build process, libcamera says it requires meson >= 0.63. Update the README to reflect this. Signed-off-by: Isaac Scott --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4068c6cc..f1169059 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ A C++ toolchain: [required] Either {g++, clang} Meson Build system: [required] - meson (>= 0.60) ninja-build pkg-config + meson (>= 0.63) ninja-build pkg-config for the libcamera core: [required] libyaml-dev python3-yaml python3-ply python3-jinja2