Patch Detail
Show a patch.
GET /api/patches/2226/?format=api
{ "id": 2226, "url": "https://patchwork.libcamera.org/api/patches/2226/?format=api", "web_url": "https://patchwork.libcamera.org/patch/2226/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20191026090205.8127-1-jacopo@jmondi.org>", "date": "2019-10-26T09:02:05", "name": "[libcamera-devel] include: libcamera: Install control_ids.h", "commit_ref": "6a832d114e12162a4a2eb0d48a74b035db73ce4b", "pull_url": null, "state": "accepted", "archived": false, "hash": "e5d621d9a9ae857cd8e2661ec26656d8330dfe04", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/2226/mbox/", "series": [ { "id": 553, "url": "https://patchwork.libcamera.org/api/series/553/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=553", "date": "2019-10-26T09:02:05", "name": "[libcamera-devel] include: libcamera: Install control_ids.h", "version": 1, "mbox": "https://patchwork.libcamera.org/series/553/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/2226/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/2226/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net\n\t[217.70.183.196])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 49CAD61374\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 26 Oct 2019 11:00:18 +0200 (CEST)", "from uno.localdomain (143.121.2.93.rev.sfr.net [93.2.121.143])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C9AE0E0003;\n\tSat, 26 Oct 2019 09:00:17 +0000 (UTC)" ], "X-Originating-IP": "93.2.121.143", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sat, 26 Oct 2019 11:02:05 +0200", "Message-Id": "<20191026090205.8127-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.23.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] include: libcamera: Install control_ids.h", "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>", "X-List-Received-Date": "Sat, 26 Oct 2019 09:00:18 -0000" }, "content": "Make the auto-generated control_ids.h file as part of the libcamera\ninstallation.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n include/libcamera/meson.build | 1 +\n 1 file changed, 1 insertion(+)", "diff": "diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build\nindex 4ffbdab3b173..ed8ff917e35a 100644\n--- a/include/libcamera/meson.build\n+++ b/include/libcamera/meson.build\n@@ -27,6 +27,7 @@ control_ids_h = custom_target('control_ids_h',\n output : 'control_ids.h',\n depend_files : gen_controls,\n command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'],\n+ install : true,\n install_dir : join_paths('include', include_dir))\n \n libcamera_api += control_ids_h\n", "prefixes": [ "libcamera-devel" ] }