From patchwork Fri Apr 30 11:43:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12137 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 80FEBBDE48 for ; Fri, 30 Apr 2021 11:43:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 026A168901; Fri, 30 Apr 2021 13:43:42 +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="V9+7lhzL"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 610E9688A5 for ; Fri, 30 Apr 2021 13:43:40 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.128]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D28431027; Fri, 30 Apr 2021 13:43:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1619783020; bh=MH4MCnfWSkreUeKM2125JTeo6pDkTpFeLJgHP/JXVa8=; h=From:To:Cc:Subject:Date:From; b=V9+7lhzL+6zQ+3W6pUOMveQXAkHsNK7w4tY6ndARl3eijuOPzwC/C7zpYHy/kDFLr 6z1JCoo28AgGqjf+SdV4QJO1gkJuLPPdV/3LvZ2ICWazgPcPslBN7O3xwg2mZ36Fz9 S2NfXdBtz2FRbEW8ALr2Lncz7rub7Jc1Kqa2tYEo= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Fri, 30 Apr 2021 17:13:28 +0530 Message-Id: <20210430114331.151018-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 0/3] ipa: meson: Install mojom generated interface headers to include path 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 first two commits are clean ups that were identified during the RFC version review. The third commit is one of the pieces we require to build an IPA existing out-of-tree. Umang Jain (3): meson: Replace obselete join_paths() with '/' operator libcamera: Use get_option('includedir') instead of raw 'include' ipa: meson: Install mojom generated interface headers to include path Documentation/meson.build | 4 ++-- include/libcamera/ipa/meson.build | 8 +++++++- include/libcamera/meson.build | 10 +++++----- meson.build | 3 +-- src/ipa/meson.build | 14 +++++++------- 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, 27 insertions(+), 22 deletions(-)