Conversation
|
I need someone to actually look at these errors and tell me what of those are actual failures and which are just missing ci.feature.baseline entries. |
|
qtbase[gles2]:arm64-android, qtbase[harfbuzz]:arm64-android, qtbase[widgets]:arm64-android show a dependency on freetype: Maybe freetype is a general gui dependency on android? qtbase[gles3]:arm64-android fails maybe due to SDK requirements: qtbase[sql-oci] generally lacks an SDK. IMO the dependency on qttools[qdoc] comes with a vendored build of parts of LLVM, and this fails for android. |
Yes it is. A typically case of Qt itself doesn't know which feature require which dependencies.
I would expect a recent arm device to support glesv3 (especially arm64) looks like something is missing on the link line? The symbol should be available. Especially glReadBuffer.
removed
Added supports statement for it |
The NDK has |
Interesting. normally, everything is just a stub redirecting to the real driver. I have a yocto image with a Mali driver and that just has libGLESv2 but still passes the glesv3 stuff |
|
Hi, Q: there is a specific reason to not bump to last Qt 6.9.1 instead the 6.9.0 as i can see on the current portfile properties ? My best regards Gilles Caulier |
|
No description provided.