Changeset 5ee1266 for x


Ignore:
Timestamp:
08/13/2015 01:50:44 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
6d772cc
Parents:
6c6990c
Message:
  • Update to gnupg-2.1.7.
  • Update to qemu-2.4.0.
  • nfs-utils, obconf-qt, qterminal, juffed, akonadi and sddm: typos.
  • Update to libpng-1.6.18.
  • Update to vala-0.28.1.
  • Update to mesa-10.6.4.
  • Update to curl-7.44.0.
  • OpenSSH-7.0p1 and Firefox-40.0: reformat.
  • libESMTP-1.0.6: dead URL.

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

Location:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    r6c6990c r5ee1266  
    311311        The greeter offers a list of available sessions,
    312312        depending on the Window Managers and Desktop Environments installed. The
    313         list includes sessions which have a correspoding
     313        list includes sessions which have a corresponding
    314314        <filename>.desktop</filename> file installed under
    315315        <filename class="directory">/usr/share/xsessions</filename>. Most of the
  • x/installing/mesalib.xml

    r6c6990c r5ee1266  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/mesa-&mesalib-version;.tar.xz">
    9   <!ENTITY mesalib-md5sum        "553e525d2f20ed48fca8f1ec3176fd83">
    10   <!ENTITY mesalib-size          "6.7 MB">
    11   <!ENTITY mesalib-buildsize     "302 MB (with tests)">
    12   <!ENTITY mesalib-time          "8.5 SBU (with tests)">
     9  <!ENTITY mesalib-md5sum        "45092471f7abef40a7deab281d7954ba">
     10  <!ENTITY mesalib-size          "6.8 MB">
     11  <!ENTITY mesalib-buildsize     "290 MB (with tests)">
     12  <!ENTITY mesalib-time          "8.4 SBU (with tests)">
    1313]>
    1414
     
    145145    </para>
    146146
    147 <screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'    \
    148             --prefix=$XORG_PREFIX          \
    149             --sysconfdir=/etc              \
    150             --enable-texture-float         \
    151             --enable-gles1                 \
    152             --enable-gles2                 \
    153             --enable-osmesa                \
    154             --enable-xa                    \
    155             --enable-gbm                   \
    156             --enable-glx-tls               \
    157             --with-egl-platforms="drm,x11" \
    158             --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
     147<screen><userinput>GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
     148
     149./configure CFLAGS='-O2' CXXFLAGS='-O2'     \
     150            --prefix=$XORG_PREFIX           \
     151            --sysconfdir=/etc               \
     152            --enable-texture-float          \
     153            --enable-gles1                  \
     154            --enable-gles2                  \
     155            --enable-osmesa                 \
     156            --enable-xa                     \
     157            --enable-gbm                    \
     158            --enable-glx-tls                \
     159            --with-egl-platforms="drm,x11"  \
     160            --with-gallium-drivers=$GLL_DRV &amp;&amp;
     161
     162unset GLL_DRV &amp;&amp;
     163
    159164make</userinput></screen>
    160165
Note: See TracChangeset for help on using the changeset viewer.