Changeset a85e5ce


Ignore:
Timestamp:
04/08/2017 09:36:03 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
f89b587
Parents:
2043dcf
Message:

Add wayland as recommended for mesa in systemd book

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r2043dcf ra85e5ce  
    106106     
    107107      <xref linkend="llvm"/> (required for Gallium3D, r300, and radeonsi
    108       drivers and for the llvmpipe software rasterizer. See
    109       <ulink url="http://www.mesa3d.org/systems.html"/> for more information.)
     108      drivers and for the llvmpipe software rasterizer. See <ulink
     109      url="http://www.mesa3d.org/systems.html"/> for more information)<phrase
     110      revision="systemd">, and
     111      <xref linkend="wayland"/> (required for <xref linkend='plasma5-build'/>,
     112      <xref linkend='lxqt'/>, and GNOME)</phrase>
    110113    </para>
    111114
     
    114117      <xref linkend="libgcrypt"/>,
    115118      <xref linkend="nettle"/>,
    116       <xref linkend="wayland"/> (required for
    117         <xref linkend='plasma5-build'/>
    118           <phrase revision="systemd">,</phrase>
    119           <phrase revision="sysv">and</phrase>
    120         <xref linkend='lxqt'/>
    121           <phrase revision="systemd">, and GNOME</phrase>),
     119      <phrase revision="sysv"><xref linkend="wayland"/> (required for
     120        <xref linkend='plasma5-build'/> and <xref linkend='lxqt'/>),</phrase>
    122121     
    123122      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
     
    173172    </para>
    174173
    175     <note>
     174    <note revision="sysv">
    176175      <para>
    177176        Add wayland to the <parameter>--with-egl-platforms</parameter> switch
    178177        below if you plan on building
    179         <xref linkend='plasma5-build'/><phrase revision="systemd">,</phrase>
    180         <phrase revision="sysv">or</phrase>
    181         <xref linkend='lxqt'/><phrase revision="systemd">, or GNOME</phrase>.
     178        <xref linkend='plasma5-build'/> or <xref linkend='lxqt'/>.
    182179      </para>
    183180    </note>
    184181
    185 <screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
     182<screen revision="sysv"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
    186183
    187184./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
     
    194191            --with-egl-platforms="drm,x11"  \
    195192            --with-gallium-drivers=$GLL_DRV &amp;&amp;
     193
     194unset GLL_DRV &amp;&amp;
     195
     196make</userinput></screen>
     197<screen revision="systemd"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
     198
     199./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'           \
     200            --prefix=$XORG_PREFIX                  \
     201            --sysconfdir=/etc                      \
     202            --enable-texture-float                 \
     203            --enable-osmesa                        \
     204            --enable-xa                            \
     205            --enable-glx-tls                       \
     206            --with-egl-platforms="drm,x11,wayland" \
     207            --with-gallium-drivers=$GLL_DRV        &amp;&amp;
    196208
    197209unset GLL_DRV &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.