From: Andrew Fernandes Date: Thu, 13 Jun 2024 19:54:27 +0000 (-0700) Subject: gtk+: add missing libdrm dependency X-Git-Tag: uninative-4.6~263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb b/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb index cda0552f7cf..51c37e1a791 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb @@ -16,6 +16,7 @@ DEPENDS = " \ graphene \ harfbuzz \ jpeg \ + libdrm \ libepoxy \ libpng \ librsvg \