Re: [poky] [PATCH] gtk+: add missing libdrm dependency
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
The patch looks good, but as this is part of the meta/ directory the patch should be sent to [email protected] <mailto:[email protected]>. Thanks, Ross > On 13 Jun 2024, at 20:54, Andrew Fernandes via lists.yoctoproject.org <[email protected]> wrote: > > When built without the wayland feature, gtk4 does not > build due to a missing explicit dependency on libdrm. > > Signed-off-by: Andrew Fernandes <[email protected]> > --- > 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: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >