Changeset b4fc57d


Ignore:
Timestamp:
05/21/2017 04:46:48 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
a1b111f8
Parents:
d95f8916
Message:

Spacing adjustments

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rd95f8916 rb4fc57d  
    184184<screen revision="sysv"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
    185185
    186 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    187             --prefix=$XORG_PREFIX           \
    188             --sysconfdir=/etc               \
    189             --enable-texture-float          \
    190             --enable-osmesa                 \
    191             --enable-xa                     \
    192             --enable-glx-tls                \
    193             --with-platforms="drm,x11"  \
     186./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \
     187            --prefix=$XORG_PREFIX        \
     188            --sysconfdir=/etc            \
     189            --enable-texture-float       \
     190            --enable-osmesa              \
     191            --enable-xa                  \
     192            --enable-glx-tls             \
     193            --with-platforms="drm,x11"   \
    194194            --with-gallium-drivers=$GLL_DRV &amp;&amp;
    195195
     
    199199<screen revision="systemd"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
    200200
    201 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'           \
    202             --prefix=$XORG_PREFIX                  \
    203             --sysconfdir=/etc                      \
    204             --enable-texture-float                 \
    205             --enable-osmesa                        \
    206             --enable-xa                            \
    207             --enable-glx-tls                       \
     201./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'       \
     202            --prefix=$XORG_PREFIX              \
     203            --sysconfdir=/etc                  \
     204            --enable-texture-float             \
     205            --enable-osmesa                    \
     206            --enable-xa                        \
     207            --enable-glx-tls                   \
    208208            --with-platforms="drm,x11,wayland" \
    209             --with-gallium-drivers=$GLL_DRV        &amp;&amp;
     209            --with-gallium-drivers=$GLL_DRV    &amp;&amp;
    210210
    211211unset GLL_DRV &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.