Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xwayland.xml

    r6c6b4190 r2b4ea67  
    77  <!ENTITY xwayland-download-http "&xorg-download-http;/xserver/xwayland-&xwayland-version;.tar.xz">
    88  <!ENTITY xwayland-download-ftp  "&xorg-download-ftp;/xserver/xwayland-&xwayland-version;.tar.xz">
    9   <!ENTITY xwayland-md5sum        "ab422f8225dfeee2b09943fd991a5cee">
     9  <!ENTITY xwayland-md5sum        "a814892a54e15d17eb096b8c3dd88b5d">
    1010  <!ENTITY xwayland-size          "1.2 MB">
    11   <!ENTITY xwayland-buildsize     "84 MB (add 350 MB for test)">
    12   <!ENTITY xwayland-time          "0.3 SBU (with paralellism=4; add 0.8 SBU for test, not including clone time)">
     11  <!ENTITY xwayland-buildsize     "76 MB (add 357 MB for tests)">
     12  <!ENTITY xwayland-time          "0.2 SBU (with parallelism=4; add 1.0 SBU for tests, not including clone time)">
    1313]>
    1414
     
    1616  <?dbhtml filename="xwayland.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Xwayland-&xwayland-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7673    <bridgehead renderas="sect4">Required</bridgehead>
    7774    <para role="required">
     75      <xref linkend="libxcvt"/>,
    7876      <xref linkend="pixman"/>,
    7977      <xref linkend="wayland-protocols"/>, and
     
    9088    <bridgehead renderas="sect4">Optional</bridgehead>
    9189    <para role="optional">
     90      <xref linkend="git"/> (to download packages needed for the tests),
    9291      <xref linkend="libgcrypt"/>,
    9392      <xref linkend="nettle"/>,
     93      <xref linkend="xmlto"/>,
    9494      <xref linkend="xorg7-legacy"/>
    9595         (only bdftopcf, for building fonts required for the tests),
     
    117117
    118118meson --prefix=$XORG_PREFIX         \
    119       -Dxvfb=false                  \
    120119      -Dxkb_output_dir=/var/lib/xkb \
    121120      ..                            &amp;&amp;
     
    129128      for a stripped down build of <application>weston</application> is shown
    130129      in <ulink
    131       url="https://gitlab.freedesktop.org/xorg/xserver/-/blob/xwayland-21.1/.gitlab-ci/debian-install.sh">
     130      url="https://gitlab.freedesktop.org/xorg/xserver/-/blob/xwayland-22.1/.gitlab-ci/debian-install.sh">
    132131      Upstream continuous integration build</ulink>.
    133132    </para>
    134 
     133<!--
    135134    <para>
    136135      Furthermore, an X server needs to be running during the build of
     
    138137      graphical environment, you'll need to enable <command>Xvfb</command>
    139138      by removing the <parameter>-Dxvfb=false</parameter> above. The
    140       instructions below suppose this has been done.
    141     </para>
    142 
     139      instructions below expect this has been done.
     140    </para>
     141-->
    143142    <para>
    144143      Running the tests involves downloading two other frameworks, in addition
     
    158157
    159158export DISPLAY=:22           &amp;&amp;
    160 hw/vfb/Xvfb $DISPLAY &amp;
     159../hw/vfb/Xvfb $DISPLAY &amp;
    161160VFB_PID=$!                   &amp;&amp;
    162161cd xts                       &amp;&amp;
     
    173172<screen remap="test"><userinput>XTEST_DIR=$(pwd)/tools/xts PIGLIT_DIR=$(pwd)/tools/piglit ninja test</userinput></screen>
    174173
     174    <!-- The xfontset tests fail on my system -renodr -->
    175175    <para>
    176176      Now, as the <systemitem class="username">root</systemitem> user:
     
    186186mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
    187187
     188    <para>
     189      If <xref linkend='xorg-server'/> is not installed and you do not plan
     190      to install it later, you can install <command>Xvfb</command> from this
     191      package.  As the &root; user:
     192    </para>
     193
     194<screen role="nodump"><userinput>install -vm755 hw/vfb/Xvfb /usr/bin</userinput></screen>
     195
    188196  </sect2>
    189197
     
    196204      which is not part of this package.
    197205    </para>
    198 
     206<!--
    199207    <para>
    200208      <parameter>-Dxvfb=false</parameter>: Prevents building the
    201209      <command>xvfb</command> program, which is also installed by
    202       <xref linkend="xorg-server"/>. Remove if you do not plan to
     210      <xref linkend="xorg-server"/>. Remove this option if you do not plan to
    203211      install the X server.
    204212    </para>
    205 
     213-->
    206214    <para>
    207215      <command>mkdir -pv /etc/X11/xorg.conf.d</command>: This directory is
     
    250258        <listitem>
    251259          <para>
    252             Allows X client to run under wayland.
     260            Allows X clients to run under wayland
    253261          </para>
    254262          <indexterm zone="xwayland Xwayland">
Note: See TracChangeset for help on using the changeset viewer.