Hello,
I build the newest toradex lxde 2.8b6 image.
Now I tried to include the meta-qt5 layer. The standard QT5.9.8 version from the toradex repository builds without problems.
But I need a newer version of QT, the version QT5.13.
So I replaced the standard QT5 layer of the toradex repository with a newer version from the openembedded repository.
The only thing is, that the newer meta-qt5 layer do not support linux “rocko” from the toradex 2.8b6 build.
So I have to change somethings on the meta-qt5 layer:
- add “rocko” to the local.conf
- remove the qwebkit from the packagegroup, because here are to much changes
The only thing that has been changed from QT5.9 to QT5.13 is the XCB driver. They changed from xinput2 to xcb-input.
So there is only the error with:
“ERROR: Feature ‘xcb-xinput’ was enabled, but the pre-condition ‘!features.system-xcb || libs.xcb_xinput’ failed”
X11:
| Using system-provided XCB libraries … yes
| EGL on X11 … yes
| XCB XKB … yes
| XLib … yes
| XCB render … yes
| XCB GLX … yes
| XCB XInput … no
| XCB Xlib … yes
| Using system-provided xkbcommon … yes
Could someone help me to solve this problem?
Here are some more infos about the qt requirements: Qt for X11 Requirements | Qt 5.15
Thank’s