Compile Qt (./configure -openvg) with openvg support.Error happeds!
-
End with error strings --'yes was specified for OpenVG but cannot be enabled due to functionality tests!
'
any one who can tell me any necessary library or what mistakes i have make.
Thx a lot! -
You need OpenVG drivers.
On Debian, that means you need to install:
@
sudo apt-get install libopenvg1-mesa-dev
@