Ignore:
Timestamp:
12/08/2017 09:52:29 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
98ad269
Parents:
e8c6baa
Message:

Bump wayland to recommended for Mesa (SYSV book),
add a note telling to use the latest point version of mesa

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    re8c6baa rfdcf97c7  
    3434      library.
    3535    </para>
     36
     37    <note>
     38      <para>
     39        <application>Mesa</application> is updated relatively often. You may
     40        want to use the latest available &mesa-major-minor;.x mesa version.
     41      </para>
     42    </note>
     43
    3644
    3745    &lfs81_checked;
     
    108116      <xref linkend="llvm"/> (required for Gallium3D, r300, and radeonsi
    109117      drivers and for the llvmpipe software rasterizer. See <ulink role="nodep"
    110       url="http://www.mesa3d.org/systems.html"/> for more information)<phrase
    111       revision="systemd">, and
     118      url="http://www.mesa3d.org/systems.html"/> for more information), and
    112119      <xref linkend="wayland-protocols"/> (required for <xref role="nodep"
    113120                                                    linkend='plasma5-build'/>,
    114       <xref role="nodep" linkend='lxqt'/>, and GNOME)</phrase>
     121      <xref role="nodep" linkend='lxqt'/>, GNOME, and recommended for
     122      <xref role="nodep" linkend='gtk3'/>)
    115123    </para>
    116124
     
    119127      <xref linkend="libgcrypt"/>,
    120128      <xref linkend="nettle"/>,
    121       <phrase revision="sysv"><xref linkend="wayland"/> (required for
    122         <xref role="nodep" linkend='plasma5-build'/> and
    123         <xref role="nodep" linkend='lxqt'/>),</phrase>
    124129      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
    125130      (provides more than 300 extra demos to test
     
    173178    </para>
    174179
    175     <note revision="sysv">
    176       <para>
    177         Add wayland to the <parameter>--with-platforms</parameter> switch
    178         below if you plan on building
    179         <xref linkend='plasma5-build'/> or <xref linkend='lxqt'/>.
    180       </para>
    181     </note>
    182 
    183 <screen revision="sysv"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' \
    184             --prefix=$XORG_PREFIX        \
    185             --sysconfdir=/etc            \
    186             --enable-texture-float       \
    187             --enable-osmesa              \
    188             --enable-xa                  \
    189             --enable-glx-tls             \
    190             --with-platforms="drm,x11"   \
    191             --with-gallium-drivers=$GLL_DRV &amp;&amp;
    192 
    193 unset GLL_DRV &amp;&amp;
    194 
    195 make</userinput></screen>
    196 <screen revision="systemd"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'       \
     180<screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'        \
    197181            --prefix=$XORG_PREFIX              \
    198182            --sysconfdir=/etc                  \
Note: See TracChangeset for help on using the changeset viewer.