Changeset f3140c5a


Ignore:
Timestamp:
05/30/2019 02:49:58 AM (5 years ago)
Author:
DJ Lucas <dj@…>
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:
77554c93
Parents:
365d3d1
Message:

Update mesa-19.0.4-add_xdemos-2.patch (meson).

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r365d3d1 rf3140c5a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 29th, &year;">
     9<!ENTITY releasedate  "May 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r365d3d1 rf3140c5a  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>May 30th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update mesa-19.0.4-add_xdemos-2.patch (meson).</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>May 29th, 2019</para>
  • x/installing/mesa.xml

    r365d3d1 rf3140c5a  
    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/">
     
    160160    </para>
    161161
    162 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
     162<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-2.patch</userinput></screen>
    163163
    164164   <!-- Note that freedreno, vc4, and virgl all need special support from
     
    239239
    240240    <para>
    241       If you have applied the xdemos patch, build the demo programs by
    242       running the following command:
    243     </para>
    244 
    245 <screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX LIBRARY_PATH=$PWD/src/glx</userinput></screen>
    246 
    247     <para>
    248241      If you built the tests (see 'Command Explanations'), to run them issue:
    249242      <command>ninja test</command>.
     
    255248
    256249<screen role="root"><userinput>ninja install</userinput></screen>
    257 
    258     <para>
    259       If you have built the demo programs, install them by running the
    260       following command as the
    261       <systemitem class="username">root</systemitem> user:
    262     </para>
    263 
    264 <screen role="root"><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX install</userinput></screen>
    265250
    266251    <para>
Note: See TracChangeset for help on using the changeset viewer.