New review comment by milgra on void-packages repository https://github.com/void-linux/void-packages/pull/42596#discussion_r1127037785 Comment: On i686 the build fails with `/usr/include/GL/glew.h:1693:19: error: conflicting types for 'GLintptr'; have 'ptrdiff_t' {aka 'int'}` On arm archs build fails with `meson.build:105:3: ERROR: Include dir /usr/include/GLES2 does not exist.` I didn't go after these issues mainly because I couldn't test on real hardware. But it works on x86_64-musl so I add that.