From patchwork Mon Dec 2 13:40:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaac Scott X-Patchwork-Id: 22151 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 CC597BDCBF for ; Mon, 2 Dec 2024 13:40:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1CE8F6606E; Mon, 2 Dec 2024 14:40:39 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="qyHtl6Dx"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 649FB6605F for ; Mon, 2 Dec 2024 14:40:37 +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 ADE0C514; Mon, 2 Dec 2024 14:40:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1733146810; bh=ROFh0c9n3cuIgr8o/iqfrPmvX80R/vKsW7ay/DaTq1Y=; h=From:To:Cc:Subject:Date:From; b=qyHtl6Dx6q3IAUXPy624eMPB32odcS6nvJQ6k/7kzO/LQp15d2ZYZgwM9zRqXK30O EZmBTWQNMmEE81iFpRSAqDiCw1clik1P78i09LfnthVMG7QF/8oGiIGGxxEKlYTvIS 7tPJh1tIdiSqeDyXjV1Wb64E44+Br4s0DGSfx3pM= From: Isaac Scott To: libcamera devel Cc: Isaac Scott Subject: [PATCH 0/1] Update README.rst Date: Mon, 2 Dec 2024 13:40:31 +0000 Message-ID: <20241202134032.34205-1-isaac.scott@ideasonboard.com> X-Mailer: git-send-email 2.43.0 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.rst states that the version of meson required to build libcamera is >= 0.60. However, during the build process, libcamera states it requires >= 0.63. This patch updates the README.rst to reflect this fact. Isaac Scott (1): libcamera: documentation: Update meson build requirements README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)