Skip to content

Commit

Permalink
gtk+: add missing libdrm dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
adfernandes authored and rpurdie committed Jun 16, 2024
1 parent 4908182 commit 1282e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/recipes-gnome/gtk+/gtk4_4.14.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ DEPENDS = " \
graphene \
harfbuzz \
jpeg \
libdrm \
libepoxy \
libpng \
librsvg \
Expand Down

0 comments on commit 1282e96

Please sign in to comment.