Author: dnicholson
Date: 2007-07-03 12:00:21 -0600 (Tue, 03 Jul 2007)
New Revision: 6830
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/mesalib.xml
Log:
Fix an incorrect path in MesaLib
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 04:20:51 UTC
(rev 6829)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 18:00:21 UTC
(rev 6830)
@@ -49,6 +49,10 @@
in LFS. Also modified the /etc/pam.d/login file as suggested by
Jonathan Oksman to strengthen the login security.</para>
</listitem>
+ <listitem>
+ <para>[dnicholson] - Fixed an incorrect path for the MesaLib
+ drivers. Reported by Alexander Patrakov.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/x/lib/mesalib.xml
===================================================================
--- trunk/BOOK/x/lib/mesalib.xml 2007-07-03 04:20:51 UTC (rev 6829)
+++ trunk/BOOK/x/lib/mesalib.xml 2007-07-03 18:00:21 UTC (rev 6830)
@@ -136,7 +136,7 @@
command:</para>
<screen><userinput>make linux-dri-x86 OPT_FLAGS="-O2 -fno-strict-aliasing" \
- DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri \
+ DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri \
X11_INCLUDES=-I${XORG_PREFIX}/include \
EXTRA_LIB_PATH=-L${XORG_PREFIX}/lib</userinput></screen>
@@ -151,7 +151,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install INSTALL_DIR=${XORG_PREFIX} \
- DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri &&
+ DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri &&
install -dv ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &&
install -v -m644 docs/*
${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
@@ -188,7 +188,7 @@
OpenGL applications are shifted to the left by 50% can be worked around
by adding <option>-fno-strict-aliasing</option> to the compiler
flags.</para>
- <para><envar>DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri</envar>:
+
<para><envar>DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri</envar>:
This setting specifies the location that the DRI modules will be installed
to. This path is also built into <filename
class="libraryfile">libGL.so</filename>.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page