New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27763#issuecomment-756925114 Comment: The `xmenu.c` file includes the `Xatom` header file. ```c #include ``` Using `xlocate`, it seems that it's from `xorgproto` ```sh [amber@otaku ~]$ xlocate Xatom.h xorgproto-2020.1_1 /usr/include/X11/Xatom.h ``` However, it seems to be okay even when I removed xorgproto from `hostmakedeps`. # EDIT Nevermind, `xorgproto` is installed with `libX11-devel` and `libXft-devel`