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/clutter-systemd.xml

    r5b5c0e9 rd72fae5a  
    99  <!ENTITY clutter-md5sum        "a8a33a57a944c6d7c7c013ce9aa3222b">
    1010  <!ENTITY clutter-size          "5.0 MB">
    11   <!ENTITY clutter-buildsize     "83 MB (additional 8 MB for docs creation and 11 MB for tests)">
    12   <!ENTITY clutter-time          "0.7 SBU (additional 2.2 SBU for docs creation and 0.6 SBU for tests)">
     11  <!ENTITY clutter-buildsize     "95 MB">
     12  <!ENTITY clutter-time          "0.8 SBU">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383
     84
    8485    <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
    8586
     
    9394    <bridgehead renderas="sect4">Recommended</bridgehead>
    9495    <para role="recommended">
    95       <xref linkend="gobject-introspection"/> and
    96       <xref linkend="gtk3"/>
     96      <xref linkend="gobject-introspection"/>,
     97      <xref linkend="libinput"/>,
     98      <xref linkend="libxkbcommon"/>,
     99      <xref linkend="systemd"/> (for GUdev), and
     100      <xref linkend="wayland"/>
    97101    </para>
    98102
    99103    <bridgehead renderas="sect4">Optional</bridgehead>
    100104    <para role="optional">
    101       <xref linkend="gtk-doc"/>,
    102       <xref linkend="systemd"/> (for GUdev),
    103       <ulink url="http://www.freedesktop.org/wiki/Software/libevdev/">
    104       libevdev</ulink>,
    105       <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
    106       <ulink url="http://tslib.berlios.de/">Tslib</ulink>, and
    107       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     105      <xref linkend="gtk-doc"/> and
     106      <ulink url="http://tslib.berlios.de/">Tslib</ulink>
    108107    </para>
    109108
     
    115114  <sect2 role="installation">
    116115    <title>Installation of Clutter</title>
    117 <!--
    118     <para>
    119       If you wish to run the tests, the following commands disable two tests
    120       that fail.
    121     </para>
    122 
    123 <screen><userinput>sed -i '/actor-offscreen-redirect/d' \
    124        tests/conform/Makefile.am tests/conform/Makefile.in &amp;&amp;
    125 autoreconf -f -i</userinput></screen>
    126 -->
     116
    127117    <para>
    128118      Install <application>Clutter</application> by running the following
     
    130120    </para>
    131121
    132 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr               \
     123            --sysconfdir=/etc           \
     124            --enable-egl-backend        \
     125            --enable-evdev-input        \
     126            --enable-wayland-backend    \
     127            --enable-wayland-compositor &amp;&amp;
    133128make</userinput></screen>
    134129
    135130    <para>
    136       To test the results, issue: <command>make check</command> (you must be
    137       in an xterm or similar to do this, because it launches some windows).
    138       Two tests have been observed to fail.
     131      To test the results, issue: <command>make check</command> from an
     132      X terminal emulator.
    139133    </para>
    140134
     
    152146    <para>
    153147      <parameter>--enable-egl-backend</parameter>: This switch enables
    154       the experimental EGL windowing backend.
     148      the experimental EGL windowing backend which is required for
     149      <application>GNOME</application> Wayland support.
     150    </para>
     151
     152    <para>
     153      <parameter>--enable-evdev-input</parameter>: This switch enables
     154      the experimental Evdev input backend which is required for
     155      <application>GNOME</application> Wayland support.
     156    </para>
     157
     158    <para>
     159      <parameter>--enable-wayland-*</parameter>: These switches enable
     160      experimental <application>Wayland</application> API in
     161      <application>Clutter</application> which is required for
     162      <application>GNOME</application> Wayland support.
    155163    </para>
    156164
     
    165173    <segmentedlist>
    166174      <segtitle>Installed Programs</segtitle>
    167       <segtitle>Installed Library</segtitle>
     175      <segtitle>Installed Libraries</segtitle>
    168176      <segtitle>Installed Directories</segtitle>
    169177
Note: See TracChangeset for help on using the changeset viewer.