diff options
author | Andrew Fernandes <andrew@fernandes.org> | 2024-06-13 12:54:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-18 08:44:41 +0100 |
commit | e288d1b223d600344678f985ffe4382fa486cbf5 (patch) | |
tree | c340a4e4add284e803e19ff19f7cf3254ca91276 /meta/recipes-gnome | |
parent | 5aa7391d850b6f2da1749cf00caa310972f84dca (diff) | |
download | poky-e288d1b223d600344678f985ffe4382fa486cbf5.tar.gz |
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.
(From OE-Core rev: b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091)
Signed-off-by: Andrew Fernandes <andrew@fernandes.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk4_4.14.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb b/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb index cda0552f7c..51c37e1a79 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 = " \ | |||
16 | graphene \ | 16 | graphene \ |
17 | harfbuzz \ | 17 | harfbuzz \ |
18 | jpeg \ | 18 | jpeg \ |
19 | libdrm \ | ||
19 | libepoxy \ | 20 | libepoxy \ |
20 | libpng \ | 21 | libpng \ |
21 | librsvg \ | 22 | librsvg \ |