New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/27996#discussion_r560296090 Comment: Note that the current version of the `gst-omx` package seems to define `$(BRCMEGL_LIBS)` and `$(BRCMEGL_CFLAGS)` from `pkg-config`, but the Makefiles it produces don't actually use these variables. This is confirmed by looking at the dependencies of the `gst-omx` package for `armv7l`, which has no dependency on `rpi-userland` because the plugin does not link against any of the libraries provided by `rpi-userland`. Unless the move to meson happened to fix linking against these libraries, I think dropping the `rpi` build option is the right call.