How to disable OpenVG
-
I'm cross-compiling Qt 5.9.2 for Raspberry Pi and Raspbian Stretch. The build fails when it tries to link against
libOpenVG. It seems it's not available for Stretch... how can I disable this in the configure command? I didn't find anything related in the help.EDIT:
I've found that in/opt/vc/lib/there is alibbrcmOpenVG.so. Symlink it as/usr/lib/arm-linux-gnueabihf/libOpenVG.soseems to do the trick. But it's correct? In the same folder there are alsolibbrcmEGL.soandlibbrcmGLESv2.sothat I installed using packages likelibgles2-mesa,libegl1-mesa, etc...I should re-build everything using the libraries in
/opt/vc/libinstead? -
Hi,
AFAIK, that's a recent change. By instinct, I'd go with the rcm version of the libraries but you will likely have to do similar symlinks for Qt to find and use them.