{"id":20795,"url":"https://patchwork.libcamera.org/api/1.1/patches/20795/?format=json","web_url":"https://patchwork.libcamera.org/patch/20795/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20240805143654.20870-10-laurent.pinchart@ideasonboard.com>","date":"2024-08-05T14:36:45","name":"[v5,09/18] libcamera: Move IPA headers to the libcamera_private dependency","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"c9f6104fa4ad222c2789ee4bdc059713fa5969a8","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20795/mbox/","series":[{"id":4488,"url":"https://patchwork.libcamera.org/api/1.1/series/4488/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4488","date":"2024-08-05T14:36:36","name":"Split libcamera documentation in public and internal APIs","version":5,"mbox":"https://patchwork.libcamera.org/series/4488/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20795/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20795/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id D39C8C323E\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon,  5 Aug 2024 14:37:49 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 88CF5633C2;\n\tMon,  5 Aug 2024 16:37:48 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 2543E63389\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  5 Aug 2024 16:37:30 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 87113A06\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  5 Aug 2024 16:36:38 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"aThvZ3He\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1722868598;\n\tbh=XI6xtJ4lkuXJBtDd7/zvlACatUPJ0QsoCk9TZ5fPSEM=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=aThvZ3HeeN6hYaGaE71fMqu2B03vJly0usABVJtJbIOBfYojWO5lN6+fusFBToMJ3\n\tuIzcuuiNn7bbakyL6wDHn4itZWwWKDWKgKgkL7F/YgoRv2/RfS13IMocpm0GMmd4gr\n\tu8+1L/PmptXJYQIsLTAJ56Urx0H8hndpFr44N3B4=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v5 09/18] libcamera: Move IPA headers to the\n\tlibcamera_private dependency","Date":"Mon,  5 Aug 2024 17:36:45 +0300","Message-ID":"<20240805143654.20870-10-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.44.2","In-Reply-To":"<20240805143654.20870-1-laurent.pinchart@ideasonboard.com>","References":"<20240805143654.20870-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The IPA headers are listed in the libcamera_public and libcamera_private\ndependency objects, with the generated headers part of the private\ndependency object and the non-generated headers part of the public\ndependency object. As neither set of IPA headers are part of the public\nAPI, list them both in the libcamera_private dependency object.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build\nindex deffff356091..61a97c738ae8 100644\n--- a/src/libcamera/meson.build\n+++ b/src/libcamera/meson.build\n@@ -207,7 +207,6 @@ libcamera = shared_library('libcamera',\n                            dependencies : libcamera_deps)\n \n libcamera_public = declare_dependency(sources : [\n-                                          libcamera_ipa_headers,\n                                           libcamera_public_headers,\n                                       ],\n                                       include_directories : libcamera_includes,\n@@ -216,6 +215,7 @@ libcamera_public = declare_dependency(sources : [\n \n # Internal dependency for components and plugins which can use private APIs\n libcamera_private = declare_dependency(sources : [\n+                                           libcamera_ipa_headers,\n                                            libcamera_generated_ipa_headers,\n                                        ],\n                                        dependencies : [\n","prefixes":["v5","09/18"]}