Changeset 8050956


Ignore:
Timestamp:
01/14/2024 03:29:05 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
8f2d2ba0
Parents:
11f08535
git-author:
Xi Ruoyao <xry111@…> (01/10/2024 11:42:11 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/14/2024 03:29:05 PM)
Message:

vte: Always enable fribidi

Vte requires gtk (3 and/or 4), both gtk versions require pango,
and pango requires fribidi. So we can always enable fribidi here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    r11f08535 r8050956  
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="fribidi"/>, and
    9392      <xref linkend="gi-docgen"/>
    9493    </para>
     
    107106cd    build &amp;&amp;
    108107
    109 meson setup --prefix=/usr --buildtype=release -Dfribidi=false .. &amp;&amp;
     108meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
    110109ninja</userinput></screen>
    111110
     
    115114meson setup --prefix=/usr       \
    116115            --buildtype=release \
    117             -Dfribidi=false     \
    118116            -D_systemd=false    &amp;&amp;
    119117ninja</userinput></screen>
     
    155153      <command>rm -v /etc/profile.d/vte.*</command>: This command removes two
    156154      files installed in /etc/profile.d that have no use on a LFS system.
    157     </para>
    158 
    159     <para>
    160       <parameter>-Dfribidi=false</parameter>: Omit this switch if you want
    161       to enable bidirectional capabilities.
    162155    </para>
    163156
Note: See TracChangeset for help on using the changeset viewer.