Changeset 86a3742


Ignore:
Timestamp:
03/16/2019 09:32:46 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c80fc008
Parents:
ce263b7
Message:

Update instructions and patch for building the mesa demos, when using meson

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rce263b7 r86a3742  
    4646      <para>March 16th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Allow building the mesa glx demos when using
     50          the meson build system.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Update to .freetype-2.10.0 Fixes
  • x/installing/mesa.xml

    rce263b7 r86a3742  
    8484          Recommended patch:
    8585          <ulink
    86             url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>
     86            url="&patch-root;/mesa-&mesa-version;-add_xdemos-2.patch"/>
    8787          (installs 2 demo programs for testing Mesa - not needed if you
    8888          install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">
     
    157157    </para>
    158158
    159 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
     159<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-2.patch</userinput></screen>
    160160
    161161   <!-- Note that freedreno, vc4, and virgl all need special support from
     
    210210    </para>
    211211
    212 <screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX</userinput></screen>
     212<screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX LIBRARY_PATH=$PWD/src/glx</userinput></screen>
    213213<!--
    214214    <para>
Note: See TracChangeset for help on using the changeset viewer.