Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
-
98eaa9585 (dev), 4ce827d57 (6.8)
Description
Using the yocto recipe of the qtvirtualkeyboard it is not possible to disable the "korean" layout.
The recipe (https://code.qt.io/cgit/yocto/meta-qt6.git/tree/recipes-qt/qt6/qtvirtualkeyboard_git.bb) uses -DFEATURE_vkb_lang_ko_KR=OFF to disable the layout, but the layout is still loaded.
This is because the hangul is still build, as it relies on the internal FEATURE_hangul feature, which is only disabled when INPUT_lang_ko_KR is set to 'no'.
Either the CMake/configure logic needs to be adapted or the yocto recipe fixed accordingly.