Ignore:
Timestamp:
09/16/2022 02:34:37 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
1b46bd8c
Parents:
b051e0e
Message:

libxkbcommon: change xkeyboard-config to runtime, and add xorg-env

The building system only uses xkeyboard-config pkg-config file to find
the path to xkeyboard-config files. Without xkeyboard-config installed,
it guesses /usr/share/X11/xkb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxkbcommon.xml

    rb051e0e r0af463c  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="xkeyboard-config"/>
     77      <xref linkend="xorg-env"/> (for <envar>XORG_CONFIG</envar>) and
     78      <xref role="runtime" linkend="xkeyboard-config"/> (runtime)
    7879    </para>
    7980
     
    106107cd    build &amp;&amp;
    107108
    108 meson --prefix=/usr --buildtype=release -Denable-docs=false .. &amp;&amp;
     109meson --prefix=/usr       \
     110      --buildtype=release \
     111      -Denable-docs=false \
     112      -Dxkb-config-root=$XORG_CONFIG/share/X11/xkb .. &amp;&amp;
    109113ninja</userinput></screen>
    110114
Note: See TracChangeset for help on using the changeset viewer.