https://bugs.kde.org/show_bug.cgi?id=424663

--- Comment #6 from Andrey <butir...@gmail.com> ---
For anyone faced this, I think sensitive code is here:

$ cat ~/kde/src/Qt5/qtx11extras/src/src.pro 
TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private
qtConfig(xcb) {
  SUBDIRS += x11extras
}

So one need to make sure "xcb" feature is present.
How to check this? Well, I wish I know for myself :)

The relevant information can be found here:
https://wiki.qt.io/Building_Qt_5_from_Git
https://doc.qt.io/qt-5/linux-requirements.html

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to