I’m using balenalib Docker images as part of a build pipeline. I need to build Gstreamer from source, and I’m pretty close but I need the OMX_Broadcom.h header file that’s supposed to be in /opt/vc/include/IL/OMX_Broadcom.h. I could git clone this from firmware/opt/vc/include/IL at master · raspberrypi/firmware · GitHub but I’m hoping there’s already an image provided by balenalib with these files. I tried balenalib/raspberrypi3-64-debian:bullseye-build but it’s not there.
Shouldn’t files like these be included in the -build images? Am I supposed to just pull them from the raspberrypi git repo?
Thanks for assistance.