Author: fernando
Date: Fri Dec 13 11:27:48 2013
New Revision: 12388

Log:
Fix cogl-1.16.0 for wayland-server (triggered by MesaLib-10.0.1 update). Thanks 
Armin K. for the patch.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/cogl.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 13 03:12:20 
2013        (r12387)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 13 11:27:48 
2013        (r12388)
@@ -47,6 +47,10 @@
       <para>December 13th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Fix cogl-1.16.0 for wayland-server (triggered by
+          MesaLib-10.0.1 update). Thanks Armin K. for the patch.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to MesaLib-10.0.1. Fixes
           <ulink url="&blfs-ticket-root;4436">#4436</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/cogl.xml
==============================================================================
--- trunk/BOOK/x/lib/cogl.xml   Fri Dec 13 03:12:20 2013        (r12387)
+++ trunk/BOOK/x/lib/cogl.xml   Fri Dec 13 11:27:48 2013        (r12388)
@@ -72,6 +72,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/cogl-&cogl-version;-wayland_server-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -107,13 +117,14 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 
&amp;&amp;
+<screen><userinput>patch -Np1 -i ../cogl-&cogl-version;-wayland_server-1.patch 
    &amp;&amp;
+./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
 make</userinput></screen>
 
     <para>
       To test the results, issue: <command>make check</command>. The
-      tests should be ran from an X terminal running on the hardware
-      accelerated Xorg Server.
+      tests should be run from an X terminal on the hardware accelerated
+      Xorg Server.
     </para>
 
     <para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to