From patchwork Sun Sep 26 16:45:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13936 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 941B8BDC71 for ; Sun, 26 Sep 2021 16:46:07 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E07D669191; Sun, 26 Sep 2021 18:46:06 +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="VDJsCGGg"; 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 156C06918A for ; Sun, 26 Sep 2021 18:46:03 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6500FEF; Sun, 26 Sep 2021 18:46:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1632674762; bh=zuBXFDH7FRBO2DRKXlqgqya9h/VKTQofD/GVrPM8204=; h=From:To:Cc:Subject:Date:From; b=VDJsCGGgt9g+PifUwxX+RWpFLNTHoJ1PcglJZQqPrYlUnEJmdnNeIlETIquSSJ50v qTSm+8AU83H2zCFXUT+thI73H4fPCuVnUsSZBpbEC7TilfkCTSHkDctpE3YBTBII0V LOqYCfdsoqq7xU5Vu79PO4ciO0FLDYV4OCItD3DQ= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Sun, 26 Sep 2021 19:45:52 +0300 Message-Id: <20210926164554.19325-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 0/2] libcamera: Fix header install paths 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: , Cc: Dorota Czaplejewicz Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small series is an attempt to address https://bugs.libcamera.org/show_bug.cgi?id=79. Patch 1/2 fixes the issue, and patch 2/2 then simplifies header directory handling in meson. The patches have been tested by compiling simple-cam against libcamera installed in a non-standard prefix. Laurent Pinchart (2): libcamera: Fix base and ipa include dir libcamera: Simplify header install paths with shortcut variables include/libcamera/ipa/meson.build | 6 ++++-- include/libcamera/meson.build | 16 +++++++++------- include/meson.build | 2 -- 3 files changed, 13 insertions(+), 11 deletions(-) base-commit: 72e8e03719aa552abce7eeee8a6e4a9b8eb8443e Reviewed-by: Paul Elder Reviewed-by: Kieran Bingham Reviewed-by: Kieran Bingham