mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5aa7391d85
commit
e288d1b223
@@ -16,6 +16,7 @@ DEPENDS = " \
|
|||||||
graphene \
|
graphene \
|
||||||
harfbuzz \
|
harfbuzz \
|
||||||
jpeg \
|
jpeg \
|
||||||
|
libdrm \
|
||||||
libepoxy \
|
libepoxy \
|
||||||
libpng \
|
libpng \
|
||||||
librsvg \
|
librsvg \
|
||||||
|
|||||||
Reference in New Issue
Block a user