diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-28 11:17:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-29 03:31:21 +0200 |
commit | 9867a61a827b65fdf368e0a6ed806f3901717f77 (patch) | |
tree | 401292753215835731289a7b525d5763a9f8161d | |
parent | 203a48e8c6698b561b48474808c67e37ce6240af (diff) |
libxkbcommon: fix build dependencies
-rw-r--r-- | package/libxkbcommon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxkbcommon/Makefile b/package/libxkbcommon/Makefile index 784fcd736..f1ffa28dd 100644 --- a/package/libxkbcommon/Makefile +++ b/package/libxkbcommon/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= 65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247 PKG_DESCR:= library for handling of keyboard descriptions PKG_SECTION:= libs/misc PKG_DEPENDS:= wayland -PKG_BUILDDEP:= meson-host wayland wayland-protocols +PKG_BUILDDEP:= meson-host wayland wayland-protocols libxcb PKG_SITES:= https://xkbcommon.org/download/ PKG_OPTS:= dev |