Message ID | UObH.1749021541734030637.WDPL@lists.openembedded.org |
---|---|
State | Under Review |
Delegated to: | Steve Sakoman |
Headers | show |
Series | gtk+: add missing libdrm dependency #scarthgap | expand |
On Wed Jun 4, 2025 at 9:19 AM CEST, florian.glaser via lists.openembedded.org wrote: > 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 Hi Florian, Please add [scarthgap] in mail subject for patches targeting Scarthgap. Adding Steve in copy to make sure he sees this 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