Author: timtas
Date: Wed Jan  6 08:22:05 2021
New Revision: 24079

Log:
Fix compile instruction for icewm-2.0.0 using gdk-pixbuf-xlib

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/wm/icewm.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jan  6 02:33:31 2021        (r24078)
+++ trunk/BOOK/general.ent      Wed Jan  6 08:22:05 2021        (r24079)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "05">                   <!-- Always 2 digits -->
+<!ENTITY day          "06">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2021">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 5th, &year;">
+<!ENTITY releasedate  "January 6th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jan  6 02:33:31 
2021        (r24078)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jan  6 08:22:05 
2021        (r24079)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>January 6th, 2021</para>
+      <itemizedlist>
+        <listitem>
+          <para>[timtas] - Fix compile instruction for icewm-2.0.0 using 
gdk-pixbuf-xlib. Fixes
+          <ulink url="&blfs-ticket-root;14437">#14437</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 5th, 2021</para>
       <itemizedlist>
         <listitem revision="systemd">

Modified: trunk/BOOK/x/wm/icewm.xml
==============================================================================
--- trunk/BOOK/x/wm/icewm.xml   Wed Jan  6 02:33:31 2021        (r24078)
+++ trunk/BOOK/x/wm/icewm.xml   Wed Jan  6 08:22:05 2021        (r24079)
@@ -108,6 +108,8 @@
       -DCMAKE_BUILD_TYPE=Release  \
       -DCFGDIR=/etc               \
       -DENABLE_LTO=ON             \
+      -DCONFIG_GDK_PIXBUF_XLIB=ON \
+      -DCONFIG_IMLIB2=OFF         \
       -DDOCDIR=/usr/share/doc/icewm-&icewm-version;  \
       .. &amp;&amp;
 make</userinput></screen>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to