Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8
-
None
Description
When building qtwayland on yocto the build fails with: error: undefined reference to 'QWaylandKeyboardPrivate::toWaylandXkbV1Key(unsigned int)'
I figured out that the missing function is inside a #if QT_CONFIG(xkbcommon_evdev) #endif block, but the calling part is not. I was able to fix it by moving toWaylandXkbV1Key to a location outside the if (see attachement).