From patchwork Wed Jun 4 07:19:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: florian.glaser@ifm.com X-Patchwork-Id: 64191 X-Patchwork-Delegate: steve@sakoman.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23CF5C5B552 for ; Wed, 4 Jun 2025 07:19:08 +0000 (UTC) Subject: [PATCH] gtk+: add missing libdrm dependency #scarthgap To: openembedded-core@lists.openembedded.org From: florian.glaser@ifm.com X-Originating-Location: =?utf-8?q?D=C3=BCsseldorf=2C_North_Rhine-Westphalia?= =?utf-8?q?=2C_DE?= (147.161.229.75) X-Originating-Platform: Linux Chrome 137 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Wed, 04 Jun 2025 00:19:01 -0700 Message-ID: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 07:19:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217842 Hi all, This patch backports a fix from the "styhead" branch to the "scarthgap" branch. It addresses #15513 "gtk+: add missing libdrm dependency". Patch: From 41f7eb15fa9189b1cf2c0d862e6e4ca2e5a4e2fc Mon Sep 17 00:00:00 2001 From: Andrew Fernandes Date: Thu, 13 Jun 2024 12:54:27 -0700 Subject: [PATCH] gtk+: add missing libdrm dependency Fixes [YOCTO #15513] When built without the wayland feature, gtk4 does not build due to a missing explicit dependency on libdrm. Signed-off-by: Andrew Fernandes Signed-off-by: Richard Purdie [Backported from styhead branch: b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091] --- meta/recipes-gnome/gtk+/gtk4_4.14.1.bb | 1 + 1 file changed, 1 insertion(+) -- 2.25.1 Best regards, Florian Glaser From 41f7eb15fa9189b1cf2c0d862e6e4ca2e5a4e2fc Mon Sep 17 00:00:00 2001 From: Andrew Fernandes Date: Thu, 13 Jun 2024 12:54:27 -0700 Subject: [PATCH] gtk+: add missing libdrm dependency Fixes [YOCTO #15513] When built without the wayland feature, gtk4 does not build due to a missing explicit dependency on libdrm. Signed-off-by: Andrew Fernandes Signed-off-by: Richard Purdie [Backported from styhead branch: b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091] --- meta/recipes-gnome/gtk+/gtk4_4.14.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb index 497be6805a..aae69271ac 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb @@ -16,6 +16,7 @@ DEPENDS = " \ graphene \ harfbuzz \ jpeg \ + libdrm \ libepoxy \ libpng \ librsvg \ -- 2.25.1