Changeset 4584c7b for x


Ignore:
Timestamp:
12/24/2019 09:19:28 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9b51413
Parents:
81210e4
Message:

Patch Qt-5.14.0 for a cursor problem in Wayland
Fix building KDE Frameworks with Qt-5.14.0
Add a recommended dep to wpa_supplicant

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22503 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r81210e4 r4584c7b  
    7878      </listitem>
    7979    </itemizedlist>
    80 <!--
     80
    8181   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8282    <itemizedlist spacing='compact'>
    8383      <listitem>
    8484        <para>Required Patch: <ulink
    85         url="&patch-root;/qt-&qt5-version;-upstream_fixes-1.patch"/></para>
     85        url="&patch-root;/qt-&qt5-version;-qtwayland_cursor_fix-1.patch"/></para>
    8686      </listitem>
    8787    </itemizedlist>
    88 -->
     88
    8989    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
    9090
     
    239239            -examplesdir    /usr/share/doc/qt5/examples</userinput></screen>
    240240    </note>
    241 <!--
    242     <para>
    243       First fix some issues found upstream:
    244     </para>
    245 
    246 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch &amp;&amp;</userinput></screen>
    247 -->
     241
     242    <para>
     243      First fix some issues with the cursor when using Wayland:
     244    </para>
     245
     246<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwayland_cursor_fix-1.patch</userinput></screen>
     247
    248248    <para>
    249249      Install <application>Qt5</application> by running the following commands:
Note: See TracChangeset for help on using the changeset viewer.