Skip to content

Commit

Permalink
Fix build: Unconditionally require xkbcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 4, 2023
1 parent fb16949 commit 88f37d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-slint/slint/slint-cpp-v2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inherit slint_common

REQUIRED_DISTRO_FEATURES:append:class-target = "opengl"

DEPENDS:append:class-target = " fontconfig virtual/libgl"
DEPENDS:append:class-target = " fontconfig libxkbcommon virtual/libgl"
DEPENDS:append:class-target = " clang-cross-${TARGET_ARCH}"

SLINT_REV ?= "master"
Expand Down

0 comments on commit 88f37d3

Please sign in to comment.