From patchwork Sun Apr 13 20:11:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 23179 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 50899C327D for ; Sun, 13 Apr 2025 20:11:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8202468AB8; Sun, 13 Apr 2025 22:11:47 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ucw.cz header.i=@ucw.cz header.b="LIL3TjOi"; dkim-atps=neutral Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6531568A99 for ; Sun, 13 Apr 2025 22:11:45 +0200 (CEST) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id D87B01C013F; Sun, 13 Apr 2025 22:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1744575104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=dbzy7+om8IMOlYwgHMqPruE5Ta1w8JAcVWfCIaii88s=; b=LIL3TjOi5kIR+ogXCFhVM5bD6wDjTKMy8RXbfY7GzN2vPbLoOfAowBapwnJdRabIh6bM1t wd5690TQyJ4bCqMwfqbox0UKoA4LhGFFHffK/t3s+NBh1Vxqh6wIgsiedWA5tcwmPbj90t W0VrC2hLtJx2m4sckfFranK5RVmNaNs= Date: Sun, 13 Apr 2025 22:11:44 +0200 From: Pavel Machek To: laurent.pinchart@ideasonboard.com, libcamera-devel@lists.libcamera.org Subject: [PATCH] doc: mention right meson version Message-ID: MIME-Version: 1.0 Content-Disposition: inline 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" Documentation says 0.60, but in fact 0.63 is required. Signed-off-by: Pavel Machek Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham diff --git a/README.rst b/README.rst index 31c27c87..88351c38 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