Cover Letter Detail
Show a cover letter.
GET /api/covers/4002/?format=api
{ "id": 4002, "url": "https://patchwork.libcamera.org/api/covers/4002/?format=api", "web_url": "https://patchwork.libcamera.org/cover/4002/", "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": "<20200609143601.9050-1-scerveau@collabora.com>", "date": "2020-06-09T14:36:00", "name": "[libcamera-devel,0/1] linux: install missing drm includes", "submitter": { "id": 54, "url": "https://patchwork.libcamera.org/api/people/54/?format=api", "name": "Stéphane Cerveau", "email": "scerveau@collabora.com" }, "mbox": "https://patchwork.libcamera.org/cover/4002/mbox/", "series": [ { "id": 980, "url": "https://patchwork.libcamera.org/api/series/980/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=980", "date": "2020-06-09T14:36:00", "name": "linux: install missing drm includes", "version": 1, "mbox": "https://patchwork.libcamera.org/series/980/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/4002/comments/", "headers": { "Return-Path": "<scerveau@collabora.com>", "Received": [ "from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 2BBC4603C5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 9 Jun 2020 16:36:26 +0200 (CEST)", "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: scerveau) with ESMTPSA id BF4F52A058E" ], "From": "=?utf-8?q?St=C3=A9phane_Cerveau?= <scerveau@collabora.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Tue, 9 Jun 2020 16:36:00 +0200", "Message-Id": "<20200609143601.9050-1-scerveau@collabora.com>", "X-Mailer": "git-send-email 2.17.1", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 0/1] linux: install missing drm includes", "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": "Tue, 09 Jun 2020 14:36:26 -0000" }, "content": "When I was building pipewire with libcamera support,\nsome drm headers were missing included by /libcamera/pixel_format.h.\nOne option was to modify the pc file and depend on libdrm but as the headers\nare provided by libcamera, I thought it was more handy to install those\nin libcamera/linux\n\n\nStéphane Cerveau (1):\n linux: install missing drm includes\n\n include/linux/meson.build | 12 ++++++++++++\n include/meson.build | 1 +\n 2 files changed, 13 insertions(+)\n create mode 100644 include/linux/meson.build" }