Changeset e1130df


Ignore:
Timestamp:
04/28/2022 09:24:26 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 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:
a7bd01d6
Parents:
bcf0311
Message:

xwayland: remove -Dxvfb=false, and optionally install Xvfb

With the default (-Dxvfb=true), Xvfb is built but not installed. So
leave the default (as Xvfb may be used in test), and add instruction to
install it if the user won't use xorg-server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xwayland.xml

    rbcf0311 re1130df  
    120120
    121121meson --prefix=$XORG_PREFIX         \
    122       -Dxvfb=false                  \
    123122      -Dxkb_output_dir=/var/lib/xkb \
    124123      ..                            &amp;&amp;
     
    135134      Upstream continuous integration build</ulink>.
    136135    </para>
    137 
     136<!--
    138137    <para>
    139138      Furthermore, an X server needs to be running during the build of
     
    143142      instructions below expect this has been done.
    144143    </para>
    145 
     144-->
    146145    <para>
    147146      Running the tests involves downloading two other frameworks, in addition
     
    190189mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
    191190
     191    <para>
     192      If <xref linkend='xorg-server'/> is not installed and you do not plan
     193      to install it later, you can install <command>Xvfb</command> from this
     194      package.  As the &root; user:
     195    </para>
     196
     197<screen role="nodump"><userinput>install -vm755 hw/vfb/Xvfb /usr/bin</userinput></screen>
     198
    192199  </sect2>
    193200
     
    200207      which is not part of this package.
    201208    </para>
    202 
     209<!--
    203210    <para>
    204211      <parameter>-Dxvfb=false</parameter>: Prevents building the
     
    207214      install the X server.
    208215    </para>
    209 
     216-->
    210217    <para>
    211218      <command>mkdir -pv /etc/X11/xorg.conf.d</command>: This directory is
Note: See TracChangeset for help on using the changeset viewer.