Ignore:
Timestamp:
10/27/2014 06:51:53 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
7aff5814
Parents:
5b5c0e9
Message:

Xorg Libraries chapter updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14765 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/lib/cairo-systemd.xml

    r5b5c0e9 rd72fae5a  
    99  <!ENTITY cairo-md5sum        "fc3a5edeba703f906f2241b394f0cced">
    1010  <!ENTITY cairo-size          "35 MB">
    11   <!ENTITY cairo-buildsize     "125 MB">
     11  <!ENTITY cairo-buildsize     "145 MB">
    1212  <!ENTITY cairo-time          "0.9 SBU">
    1313]>
     
    9595    <bridgehead renderas="sect4">Recommended</bridgehead>
    9696    <para role="recommended">
    97       <xref linkend="fontconfig"/> and
     97      <xref linkend="fontconfig"/>,
     98      <xref linkend="mesalib"/> and
    9899      <xref linkend="xorg7-lib"/>
    99100    </para>
     
    105106      <xref linkend="libdrm"/>,
    106107      <xref linkend="lzo"/>,
    107       <xref linkend="mesalib"/>,
    108108      <xref linkend="qt4"/>,
    109109      <xref linkend="valgrind"/>,
     
    127127
    128128<screen><userinput>./configure --prefix=/usr    \
    129             --disable-static \
    130             --enable-tee &amp;&amp;
     129            --enable-gl      \
     130            --enable-tee     \
     131            --disable-static &amp;&amp;
    131132make</userinput></screen>
    132133
     
    144145  <sect2 role="commands">
    145146    <title>Command Explanations</title>
     147
     148    <para>
     149      <parameter>--enable-gl</parameter>: This switch enables experimental
     150      OpenGL surface backend which is required for
     151      <application>Weston</application>. Remove it if you have not installed
     152      <xref linkend="mesalib"/>.
     153    </para>
    146154
    147155    <para>
     
    157165      <option>--enable-xlib-xcb</option>: This switch enables experimental
    158166      Xlib/XCB functions used by some window managers.
    159     </para>
    160 
    161     <para>
    162       <option>--enable-gl</option>: This switch enables
    163       <application>Cairo</application>'s experimental
    164       <application>OpenGL</application> surface which
    165       is required for <application>Wayland</application>
    166       compositor and some other packages that are not
    167       part of BLFS.
    168167    </para>
    169168
Note: See TracChangeset for help on using the changeset viewer.