New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/23963#discussion_r463344377 Comment: It's in `libglib-devel`, but that's a `glib-devel` dependency anyway, so it should be available. Note that most builds don't require runnning `make ` manually, you should leave it up to the build style. If, however, you need to run `make install` manually for some reason that isn't covered by setting `make_install_args`, you should run `make install` inside `do_install`, and `DESTDIR` should be set to `$DESTDIR`.