Message ID | 20240613195427.E771AA847@nexus.fernandes.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | gtk+: add missing libdrm dependency | expand |
The patch looks good, but as this is part of the meta/ directory the patch should be sent to openembedded-core@lists.openembedded.org <mailto:openembedded-core@lists.openembedded.org>. Thanks, Ross > On 13 Jun 2024, at 20:54, Andrew Fernandes via lists.yoctoproject.org <andrew=fernandes.org@lists.yoctoproject.org> wrote: > > 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> > --- > 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 ce733769a5..ae6fdcf604 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.45.2 > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13369): https://lists.yoctoproject.org/g/poky/message/13369 > Mute This Topic: https://lists.yoctoproject.org/mt/106658773/6875888 > Group Owner: poky+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ross.burton@arm.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.14.1.bb index ce733769a5..ae6fdcf604 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 \
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> --- meta/recipes-gnome/gtk+/gtk4_4.14.1.bb | 1 + 1 file changed, 1 insertion(+)