New comment by ThatGeekyWeeb on void-packages repository https://github.com/void-linux/void-packages/pull/23403#issuecomment-654014521 Comment: Alright understood all i know is that without `--without-gtk2` and `--with-gtk=no` it errors out with ``` checking for gtk-config... no checking for GTK - version >= 1.2.0... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environment variable to the *** full path to gtk-config. configure: error: Cannot find GTK: Is gtk-config in path? ``` where as `./configure --prefix=/usr --without-gtk2 --with-gtk=no` does not error out and builds fine as this is clearly staying closed, I'll delete my master branch