New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/12400#issuecomment-500947458 Comment: Looks like this is now fixed. Total change log: - Fixed the Raspberry Pi build and split into `libretro-mupen64plus` and `libretro-mupen64plus-rpi`; the former is generic, the latter is only for `armv6*` and `armv7*`, compiling with rpi specific platform (`rpi2` for `armv7*`) - Added new build options `gles`, `gles3` which force GLES2 and GLES3 respectively; `opengl` is implicit/default for the standard package - Fixed i686 (needed to install `nasm` on host) - `aarch64` uses GLES2, as does `armv*` in the standard package - everything else uses standard desktop OpenGL, and all platforms are now enabled.