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: 46c7f1a8d6b39256479abd8a7bb7be1ccf221267) 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>
This commit is contained in:
committed by
Steve Sakoman
parent
c4f82e3fd5
commit
6dfacf4cd3
@@ -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