mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
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.
This commit is contained in:
parent
b051e0ea0c
commit
0af463c172
@ -74,7 +74,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="xkeyboard-config"/>
|
||||
<xref linkend="xorg-env"/> (for <envar>XORG_CONFIG</envar>) and
|
||||
<xref role="runtime" linkend="xkeyboard-config"/> (runtime)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -105,7 +106,10 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release -Denable-docs=false .. &&
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Denable-docs=false \
|
||||
-Dxkb-config-root=$XORG_CONFIG/share/X11/xkb .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user