Changeset 8c2ae324


Ignore:
Timestamp:
10/14/2024 04:26:41 PM (2 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
80f1ed67
Parents:
668fd9ec
Message:

qt6: Drop --no-feature-clang

6.8.0 builds fine with Clang 19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    r668fd9ec r8c2ae324  
    118118      <xref linkend="gtk3"/>,
    119119      <xref linkend="ibus"/>,
     120      <xref linkend="llvm"/> (with Clang),
    120121      <xref linkend="mariadb"/>
    121122        or <ulink url="https://www.mysql.com/">MySQL</ulink>,
     
    253254            -skip qt3d              \
    254255            -skip qtquick3dphysics  \
    255             -skip qtwebengine       \
    256             -no-feature-clang       &amp;&amp;
     256            -skip qtwebengine       &amp;&amp;
    257257ninja</userinput></screen>
    258258
     
    267267            -skip qt3d              \
    268268            -skip qtquick3dphysics  \
    269             -skip qtwebengine       \
    270             -no-feature-clang       &amp;&amp;
     269            -skip qtwebengine       &amp;&amp;
    271270ninja</userinput></screen>
    272271
     
    417416      cause the build process to fail with an inlining error in Qt6's bundled
    418417      copy of the PhysX SDK.
    419     </para>
    420 
    421     <!-- https://wiki.linuxfromscratch.org/blfs/ticket/20435 -->
    422     <para>
    423       <parameter>-no-feature-clang</parameter>: This switch prevents Qt
    424       from using <systemitem class='library'>libclang</systemitem>.  As
    425       Qt isn't adapted yet for Clang 19.1.0 or later, using
    426       <systemitem class='library'>libclang</systemitem> will cause a build
    427       failure.
    428418    </para>
    429419
Note: See TracChangeset for help on using the changeset viewer.