All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gtk+: add missing libdrm dependency #scarthgap
@ 2025-06-04  7:19 florian.glaser
  2025-06-05  7:05 ` [OE-core] [scarthgap] " Mathieu Dubois-Briand
  0 siblings, 1 reply; 2+ messages in thread
From: florian.glaser @ 2025-06-04  7:19 UTC (permalink / raw)
  To: openembedded-core


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-05  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04  7:19 [PATCH] gtk+: add missing libdrm dependency #scarthgap florian.glaser
2025-06-05  7:05 ` [OE-core] [scarthgap] " Mathieu Dubois-Briand

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.