Patch Detail
Show a patch.
GET /api/patches/923/?format=api
{ "id": 923, "url": "https://patchwork.libcamera.org/api/patches/923/?format=api", "web_url": "https://patchwork.libcamera.org/patch/923/", "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": "<20190405200110.596-1-niklas.soderlund@ragnatech.se>", "date": "2019-04-05T20:01:10", "name": "[libcamera-devel] libcamera: Add missing header files to meson.build", "commit_ref": "8b26fec690bc91db53d26f37866f27cb5d42c973", "pull_url": null, "state": "accepted", "archived": false, "hash": "e63b62119c14df0986ce2cde15388573da8e4a08", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/923/mbox/", "series": [ { "id": 241, "url": "https://patchwork.libcamera.org/api/series/241/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=241", "date": "2019-04-05T20:01:10", "name": "[libcamera-devel] libcamera: Add missing header files to meson.build", "version": 1, "mbox": "https://patchwork.libcamera.org/series/241/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/923/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/923/checks/", "tags": {}, "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net\n\t[195.74.38.228])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 814FA60DB3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 5 Apr 2019 22:01:17 +0200 (CEST)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 8ecc691e-57dd-11e9-985a-005056917f90;\n\tFri, 05 Apr 2019 22:01:13 +0200 (CEST)" ], "X-Halon-ID": "8ecc691e-57dd-11e9-985a-005056917f90", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 5 Apr 2019 22:01:10 +0200", "Message-Id": "<20190405200110.596-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] libcamera: Add missing header files to\n\tmeson.build", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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": "Fri, 05 Apr 2019 20:01:17 -0000" }, "content": "Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\n src/libcamera/meson.build | 2 ++\n 1 file changed, 2 insertions(+)", "diff": "diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build\nindex b2fe0e4f4080c6fd..cd36ac3075180ef6 100644\n--- a/src/libcamera/meson.build\n+++ b/src/libcamera/meson.build\n@@ -25,12 +25,14 @@ libcamera_sources = files([\n libcamera_headers = files([\n 'include/device_enumerator.h',\n 'include/event_dispatcher_poll.h',\n+ 'include/formats.h',\n 'include/log.h',\n 'include/media_device.h',\n 'include/media_object.h',\n 'include/pipeline_handler.h',\n 'include/utils.h',\n 'include/v4l2_device.h',\n+ 'include/v4l2_subdevice.h',\n ])\n \n libcamera_internal_includes = include_directories('include')\n", "prefixes": [ "libcamera-devel" ] }