Changeset ffe2b45


Ignore:
Timestamp:
03/05/2020 01:32:26 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
90eaa29e
Parents:
7afb0994
Message:

Patch mutter for mesa-20.x+

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7afb0994 rffe2b45  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "05">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 4th, &year;">
     9<!ENTITY releasedate  "March 5th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/mutter.xml

    r7afb0994 rffe2b45  
    7373    </itemizedlist>
    7474
    75     <!--
    7675    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7776    <itemizedlist spacing="compact">
     
    7978        <para>
    8079          Required patch:
    81           <ulink url="&patch-root;/mutter-&mutter-version;-upstream_fixes-1.patch"/>
     80          <ulink url="&patch-root;/mutter-&mutter-version;-mesa_20_fixes-1.patch"/>
    8281        </para>
    8382      </listitem>
    8483    </itemizedlist>
    85     -->
    8684
    8785    <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
     
    137135  <sect2 role="installation">
    138136    <title>Installation of Mutter</title>
    139     <!--
    140     <para>
    141       First, apply a patch to Mutter to fix some upstream bugs:
    142     </para>
    143 
    144 <screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
    145     -->
     137
     138    <para>
     139      First, apply a patch to Mutter to fix building with mesa-20.x and later:
     140    </para>
     141
     142<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-mesa_20_fixes-1.patch</userinput></screen>
    146143
    147144    <para>
  • introduction/welcome/changelog.xml

    r7afb0994 rffe2b45  
    4343       -->
    4444    <listitem>
     45      <para>March 5th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Add a patch for mutter to allow building with
     49          mesa-20.x.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 4th, 2020</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.