From patchwork Wed Dec 28 22:38:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 18076 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 C14ADBD78E for ; Wed, 28 Dec 2022 22:38:40 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 253FC625CF; Wed, 28 Dec 2022 23:38:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1672267120; bh=aLcyqWNW49yF1Y8O7gt/K6bkTAI7Wn6w7NqW1DtG7v8=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=tFIfEI23amAirDYjvhE7WAKCCDpHPupPqanO94iWCIZpPZ942kieA192gJyYQjWLx 9VM9QgF7neWoVakCRC2qJfgQ0qUmkJnlsokmrcE4rFoM+0318DpGkeYxgAVqAeKo7F fjIpAQKXSXSk7RV9i+7pOPWP0rXpPKm19Nvmas+mXLtVpRSeQOulxdSUygtDtUtSvX iszM0Owcto4I9aISM0DLZ20/L3QvL7E+4cjIqhj5Pg/X82/VuxMtp3NF/GGDyXE4Yt /IagS13AW14TIIY7kgPtAfLpLRPYQQ4WWfqLqusqhFJCQnP5f4J5ZUO8wTkbMAHOzr XbgJmUpBRm/+Q== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4EFCB61F13 for ; Wed, 28 Dec 2022 23:38:38 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Vb88jDK9"; dkim-atps=neutral Received: from pyrite.mediacom.info (unknown [IPv6:2604:2d80:ad8a:9000:1bf9:855b:22de:3645]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1F9C4109; Wed, 28 Dec 2022 23:38:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1672267117; bh=aLcyqWNW49yF1Y8O7gt/K6bkTAI7Wn6w7NqW1DtG7v8=; h=From:To:Cc:Subject:Date:From; b=Vb88jDK9wDyspUT0m/+ATax0J7laXFPUMg1DCVu6EeovWnu34+JBAQvRSWzp3alsq GTdqcE2vybLIRVJJviiiVI5ipse6x+tSghNlSbyqe8BHUDzMlvVZjIsdgo6mfnk07b bfFWpWszLSuwF+wQkF9sP676npz3tzvJX5dTPK04= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Dec 2022 16:38:30 -0600 Message-Id: <20221228223830.2294891-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] meson: options: Fix typo in pipelines documentation 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: , X-Patchwork-Original-From: Paul Elder via libcamera-devel From: Paul Elder Reply-To: Paul Elder Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Fix a typo in the pipelines option documentation. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1a68bcd3..793cda93 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -48,7 +48,7 @@ option('pipelines', 'uvcvideo', 'vimc' ], - description : 'Select which pipeline handlers to build. If it this set to auto, all the pipelines applicable to the target architecture will be built.') + description : 'Select which pipeline handlers to build. If this is set to auto, all the pipelines applicable to the target architecture will be built.') option('qcam', type : 'feature',