Ignore:
Timestamp:
05/25/2006 04:58:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7f5c97e
Parents:
04c940c3
Message:

Added missing role attributes to Xorg7 packages dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6131 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7server.xml

    r04c940c3 rc23b62b  
    6969
    7070  <bridgehead renderas="sect4">Optional</bridgehead>
    71   <para><xref linkend="mesalib"/> and
     71  <para role="optional"><xref linkend="mesalib"/> and
    7272  <xref linkend="luit"/></para>
    7373
     
    8686
    8787<!-- To be removed if/when proposed glibc patch is added to LFS SVN
    88      Leave in in for a couple of weeks with 'you may need' and a testcase 
     88     Leave in in for a couple of weeks with 'you may need' and a testcase
    8989     around it to save the support list silly questions.  Should remove in
    90      a couple of weeks 
     90     a couple of weeks
    9191      <para>Recent <application>Glibc</application> may have a problem with its
    92       installed <filename>sys/kd.h</filename> file. This has recently been 
    93       fixed in LFS SVN.  Execute the following commands to work around a 
    94       broken <filename>kd.h</filename> file.  The commands will only make the 
     92      installed <filename>sys/kd.h</filename> file. This has recently been
     93      fixed in LFS SVN.  Execute the following commands to work around a
     94      broken <filename>kd.h</filename> file.  The commands will only make the
    9595      modification if needed:</para>
    9696
     
    130130
    131131    <para><command>sed -i '...' GL/glx/Makefile.in</command>: These commands
    132     correct the search path for the <application>Mesa</application> headers. 
     132    correct the search path for the <application>Mesa</application> headers.
    133133    The 8th and 7th instance of '-I$(top_builddir)' in the existing search
    134134    search path are replaced with <application>Mesa</application> paths.</para>
     
    136136    <para><parameter>--with-mesa-source=...</parameter>: This switch directs
    137137    the build system to the location of the <application>Mesa</application>
    138     source directory.  If you wish to build without 
     138    source directory.  If you wish to build without
    139139    <application>Mesa</application>, omit this switch.</para>
    140140
    141     <para><parameter>--with-module-dir=...</parameter>:  This parameter 
     141    <para><parameter>--with-module-dir=...</parameter>:  This parameter
    142142    sets the destination for the installed modules.</para>
    143143
     
    146146
    147147    <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
    148     run as the root user.  This switch ensures that the binary is installed 
     148    run as the root user.  This switch ensures that the binary is installed
    149149    setuid when <command>make</command> is run by an unprivileged user.</para>
    150150
    151151    <para><parameter>--disable-glx</parameter>: Disable building of the GLX
    152     extension.  This parameter is required if building without 
     152    extension.  This parameter is required if building without
    153153    <application>Mesa</application>.</para>
    154154
     
    158158
    159159    <para><parameter>--disable-xprint</parameter>: Disable building of
    160     the <application>Xprint</application>  extension and server.  This 
    161     parameter is required if building without 
     160    the <application>Xprint</application>  extension and server.  This
     161    parameter is required if building without
    162162    <application>Mesa</application>.</para>
    163163
Note: See TracChangeset for help on using the changeset viewer.