Re: [Development] qtbase_git.bb dependency on at-spi bridge

2025-06-11 Thread Michal Šebeň
Hi Dominik, As i noted, if I disable Accessibility via PACKAGECONFIG, I see the following warning: "WARNING: Accessibility disabled. This configuration of Qt is unsupported." In older versions (e.g. https://code.qt.io/cgit/qt/qtbase.git/tree/configure?h=5.7#n2473) you can also find this warning: "

[Development] qtbase_git.bb dependency on at-spi bridge

2025-06-11 Thread Michal Šebeň
Hello, While switching to a newer Qt version using meta-qt6, I noticed there is a new dependency on at-spi2-core. See this MR: https://codereview.qt-project.org/c/yocto/meta-qt6/+/627017 Is there a reason why this additional dependency on at-spi2-core for Accessibility is generally enforced ? Acco