Changeset 2a56e15


Ignore:
Timestamp:
02/04/2023 08:06:33 AM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
c945f8f
Parents:
075cb1e
Message:

Remove the sed in xkeyboard-config

This sed is used to change the command for symlinking xorg to
base in /usr/share/X11/xkb/rules. But the default for the xorg
symlinks is false, and those symlinks have been deprecated since
2005...
Prompted by a question of r1c0n3r0 on #lfs-support
Also add the explanation for --buildtype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xkeyboard-config.xml

    r075cb1e r2a56e15  
    8989    </para>
    9090
    91 <screen><userinput>sed -i -E 's/(ln -s)/\1f/' rules/meson.build &amp;&amp;
    92 
    93 mkdir build &amp;&amp;
     91<screen><userinput>mkdir build &amp;&amp;
    9492cd    build &amp;&amp;
    9593
     
    111109    <title>Command Explanations</title>
    112110
     111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     112                href="../../xincludes/meson-buildtype-release.xml"/>
     113<!-- the default for the xorg symlinks is false. So the change to
     114     the symlink command is not needed. Note that those symlinks have
     115     been deprecated since 2005...
    113116    <para>
    114117      <command>sed ... rules/meson.build</command>: Make sure
    115118      a symlink is created even if it already exists.
    116119    </para>
    117 <!--
    118120    <para>
    119121      <parameter>- -with-xkb-rules-symlink=xorg</parameter>: By default, the
Note: See TracChangeset for help on using the changeset viewer.