]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gtk+: add missing libdrm dependency
authorAndrew Fernandes <andrew@fernandes.org>
Thu, 13 Jun 2024 19:54:27 +0000 (12:54 -0700)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Jun 2025 15:06:42 +0000 (08:06 -0700)
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>
(cherry picked from commit b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-gnome/gtk+/gtk4_4.14.1.bb

index 497be6805a891924783df633a6a2cc21a1bd6f26..aae69271ac3f7044dddafe97c461c8aa7182cff8 100644 (file)
@@ -16,6 +16,7 @@ DEPENDS = " \
     graphene \
     harfbuzz \
     jpeg \
+    libdrm \
     libepoxy \
     libpng \
     librsvg \