From patchwork Mon Dec 7 15:07:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10592 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 BB939BDB20 for ; Mon, 7 Dec 2020 15:07:44 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2A84767E52; Mon, 7 Dec 2020 16:07:44 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="MbDQNGDu"; dkim-atps=neutral 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 7AE1D63546 for ; Mon, 7 Dec 2020 16:07:43 +0100 (CET) Received: from Q.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DEAF18D; Mon, 7 Dec 2020 16:07:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1607353663; bh=QsRjZHwxAPoGKyak9rjAsYmY0yoXGQtr8w5LosvD09c=; h=From:To:Cc:Subject:Date:From; b=MbDQNGDuD4474glUIYWSfsZRMhxrfvPIA6MmbLF2dqf1yBImxtXb56rhp4r+wmRsI r+11wMRqnT43LrwHG+MAFu0VE2vtEqeLdMOnwwFyb6okmZbpToEIszOIf6DWg79pAf vCP0oK0X1/iFW46ooz7fcjZ5dBDFq3ybtDRmL1tw= From: Kieran Bingham To: libcamera devel Date: Mon, 7 Dec 2020 15:07:33 +0000 Message-Id: <20201207150737.307692-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/4] libcamera: Small meson-fixes 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" Here are 4 fixes to our meson infrastructure which stand by themselves, but at least "src: meson: Define system paths" is needed for handling configuration files later. Given that they are self contained, and almost all but reviewed, I've split them to their own series. Kieran Bingham (4): src: meson: Re-order subdir layout src: meson: Simplify v4l2 enablement src: meson: Define system paths meson: test: Simplify top level meson meson.build | 5 +---- src/ipa/meson.build | 19 ++++++++++--------- src/meson.build | 24 +++++++++++++++++++----- src/v4l2/meson.build | 4 ++++ test/meson.build | 4 ++++ 5 files changed, 38 insertions(+), 18 deletions(-)