There is a new pull request by kawaiiamber against master on the void-packages repository https://github.com/kawaiiamber/void-packages xmenu https://github.com/void-linux/void-packages/pull/27763 New package: xmenu-4.4.1 # Current issues When running `./xbps-src pkg xmenu`, it seems that it's looking for `ft2build.h`, even though `freetype-devel` isn't actually a dependency to build. Even when including `freetype-devel`, behaviour doesn't seem to change. It is specifically complaining about line 15: `#include `. I'm not too sure why it's complaining about not being able to find `ft2build.h`. The only dependency I uncluded that the author seems to forget to mention is `libXinerama-devel` as on line 16 of `xmenu.c` it seems to call for it: `#include `. A patch file from https://github.com/void-linux/void-packages/pull/27763.patch is attached