libxkbcommon: use XORG_PREFIX instead of XORG_CONFIG

(or install in /usr?)
This commit is contained in:
Pierre Labastie 2022-09-17 10:47:50 +02:00
parent ecce4c7369
commit 4034df33e1

View File

@ -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 &amp;&amp;
meson --prefix=/usr \
--buildtype=release \
-Denable-docs=false \
-Dxkb-config-root=$XORG_CONFIG/share/X11/xkb .. &amp;&amp;
-Dxkb-config-root=$XORG_PREFIX/share/X11/xkb .. &amp;&amp;
ninja</userinput></screen>
<para>