Author: pierre
Date: Fri Dec  8 13:52:29 2017
New Revision: 19585

Log:
Bump wayland to recommended for Mesa (SYSV book),
add a note telling to use the latest point version of mesa

Modified:
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/mesa.xml

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Dec  8 12:22:40 2017        (r19584)
+++ trunk/BOOK/packages.ent     Fri Dec  8 13:52:29 2017        (r19585)
@@ -531,7 +531,8 @@
 <!ENTITY xbitmaps-version             "1.1.1">
 <!ENTITY xcursor-themes-version       "1.0.4">
 <!ENTITY xkeyboard-config-version     "2.22">
-<!ENTITY mesa-version                 "17.2.3">
+<!ENTITY mesa-major-minor             "17.2">
+<!ENTITY mesa-version                 "&mesa-major-minor;.3">
 <!ENTITY xcb-util-version             "0.4.0">
 <!ENTITY xcb-util-image-version       "0.4.0">
 <!ENTITY xcb-util-keysyms-version     "0.4.0">

Modified: trunk/BOOK/x/installing/mesa.xml
==============================================================================
--- trunk/BOOK/x/installing/mesa.xml    Fri Dec  8 12:22:40 2017        (r19584)
+++ trunk/BOOK/x/installing/mesa.xml    Fri Dec  8 13:52:29 2017        (r19585)
@@ -34,6 +34,14 @@
       library.
     </para>
 
+    <note>
+      <para>
+        <application>Mesa</application> is updated relatively often. You may
+        want to use the latest available &mesa-major-minor;.x mesa version.
+      </para>
+    </note>
+
+
     &lfs81_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
@@ -107,20 +115,17 @@
       
       <xref linkend="llvm"/> (required for Gallium3D, r300, and radeonsi
       drivers and for the llvmpipe software rasterizer. See <ulink role="nodep"
-      url="http://www.mesa3d.org/systems.html"/> for more information)<phrase
-      revision="systemd">, and
+      url="http://www.mesa3d.org/systems.html"/> for more information), and
       <xref linkend="wayland-protocols"/> (required for <xref role="nodep" 
                                                     linkend='plasma5-build'/>,
-      <xref role="nodep" linkend='lxqt'/>, and GNOME)</phrase>
+      <xref role="nodep" linkend='lxqt'/>, GNOME, and recommended for
+      <xref role="nodep" linkend='gtk3'/>)
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="libgcrypt"/>,
       <xref linkend="nettle"/>,
-      <phrase revision="sysv"><xref linkend="wayland"/> (required for
-        <xref role="nodep" linkend='plasma5-build'/> and
-        <xref role="nodep" linkend='lxqt'/>),</phrase>
       <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/";>mesa-demos</ulink>
       (provides more than 300 extra demos to test
       <application>Mesa</application>; this includes the same programs added by
@@ -172,28 +177,7 @@
       commands:
     </para>
 
-    <note revision="sysv">
-      <para>
-        Add wayland to the <parameter>--with-platforms</parameter> switch
-        below if you plan on building
-        <xref linkend='plasma5-build'/> or <xref linkend='lxqt'/>.
-      </para>
-    </note>
-
-<screen revision="sysv"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' \
-            --prefix=$XORG_PREFIX        \
-            --sysconfdir=/etc            \
-            --enable-texture-float       \
-            --enable-osmesa              \
-            --enable-xa                  \
-            --enable-glx-tls             \
-            --with-platforms="drm,x11"   \
-            --with-gallium-drivers=$GLL_DRV &amp;&amp;
-
-unset GLL_DRV &amp;&amp;
-
-make</userinput></screen>
-<screen revision="systemd"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'  
     \
+<screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'        \
             --prefix=$XORG_PREFIX              \
             --sysconfdir=/etc                  \
             --enable-texture-float             \
-- 
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