From patchwork Fri May 7 05:58:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12220 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 BCE53BF829 for ; Fri, 7 May 2021 05:58:57 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 40AE068909; Fri, 7 May 2021 07:58:57 +0200 (CEST) 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="hyQ0XC6r"; 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 2EBE7602B9 for ; Fri, 7 May 2021 07:58:55 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.24]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9439A2CF; Fri, 7 May 2021 07:58:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1620367134; bh=mH89S6KiOtAfbIC0B9C4s0CY6eWRhauDdatANmx21tw=; h=From:To:Cc:Subject:Date:From; b=hyQ0XC6rurQWobEX5FECfEtSA0EdVU70HNwQ1m+LkMOt+MC9KHye28UAH98Icy2gP DygJgiCs940eireelWKifCcf9T+jmOj7Aou+eYK/0xL2ftmZMuUHWjm9d7aGYbMOwD CfCStITYlrnQ+VDcjmUcRlbh1wU3CNWSbGntjY4A= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Fri, 7 May 2021 11:28:39 +0530 Message-Id: <20210507055841.141700-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] meson cleanups 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" Split off these 2 patches cleanup patches from [ipa: meson: Install mojom generated interface headers to include path] as these are independent candidates that can be reviewed/merged. None of the patches introduces any functional changes. Umang Jain (2): meson: Replace obselete join_paths() with '/' operator libcamera: Use get_option('includedir') instead of raw 'include' Documentation/meson.build | 3 +-- include/libcamera/ipa/meson.build | 2 +- include/libcamera/meson.build | 10 +++++----- meson.build | 3 +-- src/ipa/meson.build | 2 +- src/ipa/raspberrypi/data/meson.build | 2 +- src/ipa/vimc/data/meson.build | 2 +- src/libcamera/meson.build | 2 +- src/libcamera/proxy/worker/meson.build | 4 ++-- 9 files changed, 14 insertions(+), 16 deletions(-) Reviewed-by: Laurent Pinchart Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Kieran Bingham