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/mesalib.xml

    r04c940c3 rc23b62b  
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para><xref linkend="xorg7-lib"/>,
     67    <para role="required"><xref linkend="xorg7-lib"/>,
    6868    <xref linkend="xorg7-util"/>, and
    6969    <xref linkend="libdrm"/></para>
    7070
    7171    <note>
    72       <para>It is not recomended to build a newer version of 
     72      <para>It is not recomended to build a newer version of
    7373      <application>Mesa</application> with <xref linkend="xfree86"/> or
    7474      <xref linkend="xorg"/>.</para>
     
    102102
    103103    <para>You will need to adjust the commands below to reflect the
    104     installation prefix of the X Window System.  First, correct several 
    105     hard coded directories in the source files with the following 
     104    installation prefix of the X Window System.  First, correct several
     105    hard coded directories in the source files with the following
    106106    commands:</para>
    107107
     
    118118
    119119    <para>Now, as the <systemitem class="username">root</systemitem> user,
    120     issue the following commands to install 
     120    issue the following commands to install
    121121    <application>MesaLib</application>:</para>
    122122
    123123<screen role="root"><userinput>bin/installmesa $XORG_PREFIX</userinput></screen>
    124124
    125     <para>While still the root user, install the modules for 
     125    <para>While still the root user, install the modules for
    126126    Xorg-&xorg7-version; with the following commands.</para>
    127127
     
    142142
    143143    <note>
    144       <para>Do not remove the Mesa source tree yet, it will be required to 
     144      <para>Do not remove the Mesa source tree yet, it will be required to
    145145      build the <xref linkend="xorg7-server"/>.</para>
    146146    </note>
     
    159159    <title>Command Explanations</title>
    160160
    161     <para><command>find...sed -i 
    162     "s@/usr/X11R6@$XORG_PREFIX@"...</command>: 
     161    <para><command>find...sed -i
     162    "s@/usr/X11R6@$XORG_PREFIX@"...</command>:
    163163    This command corrects several hard coded references to the X11R6 default
    164164    installation path.</para>
     
    173173
    174174    <para><command>install -v -m755 lib/*dri*
    175     $XORG_PREFIX/lib/X11/modules/dri</command>: 
     175    $XORG_PREFIX/lib/X11/modules/dri</command>:
    176176    installs the DRI modules.</para>
    177177
     
    182182    the glxinfo and glxgears programs.</para>
    183183
    184     <para><command>install -v -m755 glxinfo glxgears 
     184    <para><command>install -v -m755 glxinfo glxgears
    185185    $XORG_PREFIX/bin</command>:
    186186    Installs only the glxinfo and glxgears programs.</para>
Note: See TracChangeset for help on using the changeset viewer.