Changeset a676cd04


Ignore:
Timestamp:
03/04/2020 05:33:13 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:
7718ef7
Parents:
310a001
Message:

Add a patch to build cogl with mesa-20.x

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r310a001 ra676cd04  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- 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 3rd, &year;">
     9<!ENTITY releasedate  "March 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r310a001 ra676cd04  
    4343       -->
    4444    <listitem>
     45      <para>March 4th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Add a patch for cogl to allow building with
     49          mesa-20.x.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 3rd, 2020</para>
    4656      <itemizedlist>
  • x/lib/cogl.xml

    r310a001 ra676cd04  
    7272        <para>
    7373          Estimated build time: &cogl-time;
     74        </para>
     75      </listitem>
     76    </itemizedlist>
     77
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/cogl-&cogl-version;-mesa_20_fixes-1.patch"/>
    7484        </para>
    7585      </listitem>
     
    108118  <sect2 role="installation">
    109119    <title>Installation of Cogl</title>
    110 <!--
    111     <note>
    112       <para>
    113         This package may occasionally fail when building with multiple
    114         processors.  See <xref linkend="parallel-builds"/> for more
    115         information.
    116       </para>
    117     </note>
    118 -->
     120
     121    <para>
     122      First fix an issue introduced by mesa-20.x and later:
     123    </para>
     124
     125<screen><userinput>patch -Np1 -i ../cogl-&cogl-version;-mesa_20_fixes-1.patch</userinput></screen>
     126
    119127    <para>
    120128      Install <application>Cogl</application> by running the following
     
    124132    &parallel_issues;
    125133
    126 <screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2         \
     134<screen><userinput>autoreconf &amp;&amp;
     135
     136./configure --prefix=/usr --enable-gles1 --enable-gles2         \
    127137    --enable-{kms,wayland,xlib}-egl-platform                    \
    128138    --enable-wayland-egl-server                                 &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.