New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/25134#issuecomment-701105750 Comment: OK, I pushed some changes to your branch. The new `libxkbcommon` builds some command-line tools that, in your PR, added Wayland and X11 dependencies that caused the problem you observed. To get around this, I moved the tools into a new `libxkbcommon-tools` subpackage so these dependencies are not attached to the `libxkbcommon` base package. I have successfully built `wlroots`, `i3lock`, `wev`, `kitty` and `rofi` on `x86_64`. We should be OK now. Finally, the xkbregistry library is optional and, since we obviously have nothing that depends on it, I've just disabled it during the build. We can enable it in a subsequent build if a package needs it. If you accept these changes, let me know; I will squash and merge. Otherwise, feel free to make an alternative suggestion.