Changeset b4d0b5a


Ignore:
Timestamp:
03/19/2019 03:14:44 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b5de93d
Parents:
49a7967
Message:

Fix my validation error - mistakes happen
Add remaining dependencies found while I was scouring my log
Add an explanation for disabling Valgrind

  • All of the above for Mesa

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r49a7967 rb4d0b5a  
    124124    <para role="optional">
    125125      <xref linkend="libgcrypt"/>,
     126      <xref linkend="lm_sensors"/> <!-- for libsensors according to Meson -->,
    126127      <xref linkend="nettle"/>,
    127       <xref linkend="valgrind">,
     128      <xref linkend="valgrind"/>,
    128129      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
    129130      (provides more than 300 extra demos to test
    130131      <application>Mesa</application>; this includes the same programs added by
    131       the patch above), and
     132      the patch above),
    132133      <ulink url="http://omxil.sourceforge.net/">Bellagio OpenMAX Integration
    133       Layer</ulink> (for mobile platforms)
     134      Layer</ulink> (for mobile platforms), and
     135      <ulink url="https://github.com/tizonia/tizonia-openmax-il/wiki/Tizonia-OpenMAX-IL/">
     136      libtizonia</ulink>
    134137    </para>
    135138
     
    300303
    301304    <para>
    302       <parameter>=-Dgallium-drivers="..."</parameter>: This parameter
     305      <parameter>-Dgallium-drivers="..."</parameter>: This parameter
    303306      controls which Gallium3D drivers should be built. Available drivers
    304307      are pl111, radeonsi, r300, r600, nouveau, and freedreno.
     
    306309
    307310    <para>
    308       <parameter>=-Ddri-drivers="..."</parameter>: This parameter
     311      <parameter>-Ddri-drivers="..."</parameter>: This parameter
    309312      controls which platforms should be supported. Available platforms
    310313      are i915, i965, r100, r200, nouveau, and swrast.
     314    </para>
     315
     316    <para>
     317      <parameter>-Dvalgrind=false</parameter>: This parameter disables
     318      the usage of Valgrind during the build process. Remove this parameter
     319      if you have Valgrind installed, and wish to check for memory leaks.
    311320    </para>
    312321
Note: See TracChangeset for help on using the changeset viewer.