From patchwork Wed Sep 29 09:41:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13977 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 55EA3C3243 for ; Wed, 29 Sep 2021 09:41:59 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8CDB0691B1; Wed, 29 Sep 2021 11:41:58 +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="SmAExUDz"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5A1A06919D for ; Wed, 29 Sep 2021 11:41:57 +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 C2F0A3F0 for ; Wed, 29 Sep 2021 11:41:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1632908517; bh=jo98IVabMC3TP2n6Fi1tkxZ/9UQGX0a4Fph8DN4lwD4=; h=From:To:Subject:Date:From; b=SmAExUDz9j/FrtkzJC/vBfYfd4a8cDyKLscXclMyVPuIumpn9UWJiE1ZLgrdlxDjg 7dHfNt/VKx71x5DHAK9yLrVA4cOBShtDxlwYe+Zok+gZPxHnPCbEDH/TGZa5jlDsrj e7ZQCbhrTfimZEXRsfUXYblNMXz/Oz38LmtDBvWc= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Wed, 29 Sep 2021 12:41:46 +0300 Message-Id: <20210929094148.1965-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 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: , 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: e00149fccb0a16b445359c8037a6f4cfd484a10f