Changeset a6c2aff2


Ignore:
Timestamp:
03/28/2006 06:44:03 AM (18 years ago)
Author:
DJ Lucas <dj@…>
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:
cee59ff
Parents:
55fb7f56
Message:

Removed -lglut from MesaDemos and corrected xorg-server download link.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r55fb7f56 ra6c2aff2  
    1 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     1<!ENTITY day          "28">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    r55fb7f56 ra6c2aff2  
    4242-->
    4343
    44     <listitem>
     44   <listitem>
     45      <para>March 28th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Fixed xorg-server download link.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[dj] - Removed unneeded -lglut from Mesa Demos linker
     52          flags.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56 
     57   <listitem>
    4558      <para>March 27th, 2006</para>
    4659      <itemizedlist>
  • x/installing/xorg7.xml

    r55fb7f56 ra6c2aff2  
    485485
    486486      <para>The Xorg Server is a single download.  Get it from
    487       <ulink url="http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-X11R7.0-1.0.2.tar.bz2"/>.</para>
     487      <ulink url="http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.0.2.tar.bz2"/>.</para>
    488488
    489489    <sect3 role="installation">
  • x/lib/mesalib.xml

    r55fb7f56 ra6c2aff2  
    5757      </listitem>
    5858      <listitem>
    59         <para>Estimated build time (including Recommended downloads):
     59        <para>Estimated build time (including optional downloads):
    6060        &mesalib-time;</para>
    6161      </listitem>
     
    6969    <xref linkend="libdrm"/></para>
    7070
    71     <bridgehead renderas="sect3">Recommended Downloads</bridgehead>
     71    <bridgehead renderas="sect3">Optional Downloads</bridgehead>
    7272    <para><ulink
    7373    url="http://prdownloads.sourceforge.net/mesa3d/MesaGLUT-&mesalib-version;.tar.bz2"/>
    74     provides a working <filename class='libraryfile'>libglut</filename>
    75     (needed for the demos).</para>
     74    provides a working <filename class='libraryfile'>libglut</filename>.</para>
    7675
    7776    <para><ulink
     
    113112install -v -m755 lib/*dri* /usr/lib/X11/modules/dri</userinput></screen>
    114113
    115     <para>If you've extracted the GLUT and Demos packages as well, then
     114    <para>If you've extracted the Demos package as well, then
    116115    build the test programs with the following commands:</para>
    117116
    118 <screen><userinput>cd progs/xdemos &amp;&amp;
     117<screen><userinput>sed -i 's@-l$(GLUT_LIB)@@g' configs/default &amp;&amp;
     118cd progs/xdemos &amp;&amp;
    119119make PROGS='glxinfo glxgears'</userinput></screen>
    120120
     
    157157    <para><command>install -v -m755 lib/*dri*
    158158    /usr/lib/X11/modules/dri</command>: installs the DRI modules.</para>
     159
     160    <para><command>sed -i 's@-l$(GLUT_LIB)@@g' configs/default</command>:
     161    disables linking against GLUT libraries for the demo programs.</para>
    159162
    160163    <para><command>make PROGS='glxinfo glxgears'</command>: build only
Note: See TracChangeset for help on using the changeset viewer.