Author: bdubbs
Date: 2011-12-10 16:42:19 -0700 (Sat, 10 Dec 2011)
New Revision: 9092
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/mesalib.xml
Log:
Added LLVM patch to MesaLib
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-12-10 23:28:48 UTC
(rev 9091)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-12-10 23:42:19 UTC
(rev 9092)
@@ -45,6 +45,9 @@
<para>December 11th, 2011</para>
<itemizedlist>
<listitem>
+ <para>[ken] - Added LLVM patch to MesaLib.</para>
+ </listitem>
+ <listitem>
<para>[ken] - Updated to babl-0.1.6.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/x/installing/mesalib.xml
===================================================================
--- trunk/BOOK/x/installing/mesalib.xml 2011-12-10 23:28:48 UTC (rev 9091)
+++ trunk/BOOK/x/installing/mesalib.xml 2011-12-10 23:42:19 UTC (rev 9092)
@@ -62,8 +62,13 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/MesaLib-&mesalib-version;-llvm_3.0-1.patch"/>
+ </para>
+ </listitem>
+ <listitem>
<para>Recommended patch: <ulink
- url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-1.patch"/>
+ url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-2.patch"/>
(Needed if testing the Xorg installation per BLFS instructions)</para>
</listitem>
</itemizedlist>
@@ -102,7 +107,8 @@
commands:</para>
<screen><userinput>sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure &&
-patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-1.patch &&
+patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_3.0-1.patch &&
+patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-2.patch &&
./configure $XORG_CONFIG --enable-xcb &&
make</userinput></screen>
@@ -121,7 +127,9 @@
Execute the following command as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>ln -s -v ${XORG_PREFIX}/include/GL
/usr/include</userinput></screen>
+<screen role="root"><userinput>ln -s -v ${XORG_PREFIX}/include/GL
/usr/include &&
+ln -s -v ${XORG_PREFIX}/include/EGL /usr/include &&
+ln -s -v ${XORG_PREFIX}/include/KHR /usr/include</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page