mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
libxkbcommon: use XORG_PREFIX instead of XORG_CONFIG
(or install in /usr?)
This commit is contained in:
parent
ecce4c7369
commit
4034df33e1
@ -74,7 +74,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="xorg-env"/> (for <envar>XORG_CONFIG</envar>) and
|
||||
<xref linkend="xorg-env"/> (for <envar>XORG_PREFIX</envar>) and
|
||||
<xref role="runtime" linkend="xkeyboard-config"/> (runtime)
|
||||
</para>
|
||||
|
||||
@ -109,7 +109,7 @@ cd build &&
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Denable-docs=false \
|
||||
-Dxkb-config-root=$XORG_CONFIG/share/X11/xkb .. &&
|
||||
-Dxkb-config-root=$XORG_PREFIX/share/X11/xkb .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user