Changeset d95f8916 for x


Ignore:
Timestamp:
05/21/2017 04:29:12 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
b4fc57d
Parents:
624316d9
Message:

Some fixups in Mesa (change deprecated configure syntax)
Make Mako dependency in g-i internal

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r624316d9 rd95f8916  
    160160        libdrm - renodr -->
    161161   <para>Now, select the drivers you wish to install.  The available drivers
    162    are i915, ilo, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4,
     162   are i915, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4,
    163163   and virgl.  If the Gallium drivers are not specified, the default is
    164164   'r300,r600,svga,swrast'. Modify the command below for any desired drivers.
     
    191191            --enable-xa                     \
    192192            --enable-glx-tls                \
    193             --with-egl-platforms="drm,x11"  \
     193            --with-platforms="drm,x11"  \
    194194            --with-gallium-drivers=$GLL_DRV &amp;&amp;
    195195
     
    206206            --enable-xa                            \
    207207            --enable-glx-tls                       \
    208             --with-egl-platforms="drm,x11,wayland" \
     208            --with-platforms="drm,x11,wayland" \
    209209            --with-gallium-drivers=$GLL_DRV        &amp;&amp;
    210210
     
    294294
    295295    <para>
    296       <parameter>--with-egl-platforms="..."</parameter>: This parameter
     296      <parameter>--with-platforms="..."</parameter>: This parameter
    297297      controls which platforms EGL will be built for. Available
    298298      platforms are drm, x11 and wayland.
Note: See TracChangeset for help on using the changeset viewer.