Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-130382

Can't disable Korean layout in yocto recipe

    XMLWordPrintable

Details

    • Linux/Yocto
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jakoivik Jarkko Koivikko
            gagi Dominik Holland
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes