Open ghost opened 5 years ago
It finds the eglfs libraries because custom pkg-config files are installed in /opt/vc/lib
during the building of sysroot
, which happens before packages are built. raspbian
is the final filesystem for the image and does not contain any development headers.
Perhaps there some missing prerequisites:
As far as I know, the opengl libraries on Raspbian are placed into
/opt/vc
. But because the Raspbian job comes after the building of Qt5 how it is supposed to find them?