Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/glu.xml

    rc6df39f r34a6571  
    77  <!ENTITY glu-download-http " ">
    88  <!ENTITY glu-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.xz">
    9   <!ENTITY glu-md5sum        "151aef599b8259efe9acd599c96ea2a3">
     9  <!ENTITY glu-md5sum        "2b0f13fa5b949bfb3a995927c6e35125">
    1010  <!ENTITY glu-size          "428 KB">
    11   <!ENTITY glu-buildsize     "13 MB">
     11  <!ENTITY glu-buildsize     "9.2 MB">
    1212  <!ENTITY glu-time          "0.2 SBU">
    1313]>
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3433    </para>
    3534
    36     &lfs10_checked;
     35    &lfs110a_checked;
    3736
    3837    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9190    </para>
    9291
    93 <screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
    94 make</userinput></screen>
     92<screen><userinput>mkdir build &amp;&amp;
     93cd    build &amp;&amp;
     94
     95meson --prefix=$XORG_PREFIX -Dgl_provider=gl --buildtype=release .. &amp;&amp;
     96ninja</userinput></screen>
    9597
    9698    <para>
     
    102104    </para>
    103105
    104 <screen role="root"><userinput>make install</userinput></screen>
     106<screen role="root"><userinput>ninja install &amp;&amp;
     107rm -vf /usr/lib/libGLU.a</userinput></screen>
    105108
    106109  </sect2>
    107110
     111  <!--
    108112  <sect2 role="commands">
    109113    <title>Command Explanations</title>
     
    113117
    114118  </sect2>
     119  -->
    115120
    116121  <sect2 role="content">
     
    145150          <para>
    146151            is the <application>Mesa</application> OpenGL
    147             Utility library.
     152            Utility library
    148153          </para>
    149154          <indexterm zone="glu libGLU">
Note: See TracChangeset for help on using the changeset viewer.