Changeset a77e3524


Ignore:
Timestamp:
07/03/2007 06:00:21 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4c26a95
Parents:
e807ae1d
Message:

Fix an incorrect path in MesaLib

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re807ae1d ra77e3524  
    5050          Jonathan Oksman to strengthen the login security.</para>
    5151        </listitem>
     52        <listitem>
     53          <para>[dnicholson] - Fixed an incorrect path for the MesaLib
     54          drivers. Reported by Alexander Patrakov.</para>
     55        </listitem>
    5256      </itemizedlist>
    5357    </listitem>
  • x/lib/mesalib.xml

    re807ae1d ra77e3524  
    137137
    138138<screen><userinput>make linux-dri-x86 OPT_FLAGS="-O2 -fno-strict-aliasing" \
    139     DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri \
     139    DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri \
    140140    X11_INCLUDES=-I${XORG_PREFIX}/include \
    141141    EXTRA_LIB_PATH=-L${XORG_PREFIX}/lib</userinput></screen>
     
    152152
    153153<screen role="root"><userinput>make install INSTALL_DIR=${XORG_PREFIX} \
    154     DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri &amp;&amp;
     154    DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri &amp;&amp;
    155155install -dv ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &amp;&amp;
    156156install -v -m644 docs/* ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
     
    189189    by adding <option>-fno-strict-aliasing</option> to the compiler flags.</para>
    190190
    191     <para><envar>DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/modules/dri</envar>:
     191    <para><envar>DRI_DRIVER_INSTALL_DIR=${XORG_PREFIX}/lib/X11/modules/dri</envar>:
    192192    This setting specifies the location that the DRI modules will be installed
    193193    to. This path is also built into <filename
Note: See TracChangeset for help on using the changeset viewer.