From: florian.glaser@ifm.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] gtk+: add missing libdrm dependency #scarthgap
Date: Wed, 04 Jun 2025 00:19:01 -0700 [thread overview]
Message-ID: <UObH.1749021541734030637.WDPL@lists.openembedded.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1176 bytes --]
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 <andrew@fernandes.org>
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 <andrew@fernandes.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[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
Best regards,
Florian Glaser
[-- Attachment #1.2: Type: text/html, Size: 2847 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gtk-add-missing-libdrm-dependency.patch --]
[-- Type: text/x-patch; name="0001-gtk-add-missing-libdrm-dependency.patch", Size: 987 bytes --]
From 41f7eb15fa9189b1cf2c0d862e6e4ca2e5a4e2fc Mon Sep 17 00:00:00 2001
From: Andrew Fernandes <andrew@fernandes.org>
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 <andrew@fernandes.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[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
next reply other threads:[~2025-06-04 7:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-04 7:19 florian.glaser [this message]
2025-06-05 7:05 ` [OE-core] [scarthgap] [PATCH] gtk+: add missing libdrm dependency #scarthgap Mathieu Dubois-Briand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=UObH.1749021541734030637.WDPL@lists.openembedded.org \
--to=florian.glaser@ifm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.