Changeset d949cb0 for x/lib


Ignore:
Timestamp:
07/20/2023 03:57:38 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
141e4450
Parents:
441801a
Message:

qt5-alternate: Add xcb-util-* for Qt5

Or any Qt5 app will complain:

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

Let's recommended them. On Wayland-based DEs we can export
QT_QPA_PLATFORM=wayland to avoid depending on xcb though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5-alternate.xml

    r441801a rd949cb0  
    133133      <xref linkend="wayland"/> (<application>Mesa</application>
    134134      must be built with <application>Wayland</application> EGL
    135       backend), and
    136       <xref linkend="xdg-utils"/>
     135      backend),
     136      <xref linkend="xcb-util-image"/>,
     137      <xref linkend="xcb-util-keysyms"/>,
     138      <xref linkend="xcb-util-renderutil"/>, and
     139      <xref linkend="xcb-util-wm"/>
    137140    </para>
    138141
Note: See TracChangeset for help on using the changeset viewer.