New comment by travankor on void-packages repository https://github.com/void-linux/void-packages/pull/13999#issuecomment-539478347 Comment: So when I build wayfire, I get this error. ``` => ERROR: wayfire-0.3.0_1: failed to install 'wlroots-devel-0.8.1_1' dependency! (error 2) Unable to locate 'wf-config-devel-0.3_1' in repository pool. => ERROR: Please see above for the real error, exiting... ``` It seems like xbps-src can't have three dashes in the keyword? I changed wf-config to wfconfig for now. Unfortunately, `wf-shell` installs -devel headers into the main package because they use gtk-layer-shell as a git submodule. I haven't tested the new wlroots/sway to see if it works, but I will be able to a bit later (everything compiles locally). Also, thanks @Wychmire!