%general-entities; ]> $LastChangedBy$ $Date$ Clutter-&clutter-version; Clutter Introduction to Clutter The Clutter package contains an open source software library used for creating fast, visually rich and animated graphical user interfaces. &lfs75_checked; Anything built with this toolkit needs hardware 3D acceleration from the graphics driver at runtime. This is provided by MesaLib (or by proprietary graphics drivers), but is not available for every graphics card nor for all virtual machines. You may wish to review . Package Information Download (HTTP): Download (FTP): Download MD5 sum: &clutter-md5sum; Download size: &clutter-size; Estimated disk space required: &clutter-buildsize; Estimated build time: &clutter-time; Additional Downloads Required patch: Clutter Dependencies Required , , and Recommended , , , (for GUdev), and Optional and Tslib User Notes: Installation of Clutter If you wish to run the tests, the following commands disables two tests that fail. sed -i '/actor-offscreen-redirect/d' \ tests/conform/Makefile.am tests/conform/Makefile.in && autoreconf -f -i Install Clutter by running the following commands: patch -Np1 -i ../clutter-&clutter-version;-libinput_fixes-1.patch && ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-egl-backend \ --enable-evdev-input \ --enable-wayland-backend \ --enable-wayland-compositor && make To test the results, issue: make check (you must be in an xterm or similar to do this, because it launches some windows). Now, as the root user: make install Command Explanations --enable-egl-backend: This switch enables the experimental EGL windowing backend which is required for GNOME Wayland support. --enable-evdev-input: This switch enables the experimental Evdev input backend which is required for GNOME Wayland support. --enable-wayland-*: These switches enable experimental Wayland API in Clutter which is required for GNOME Wayland support. Contents Installed Programs Installed Library Installed Directories None libclutter-1.0.so and libclutter-glx-1.0.so /usr/include/clutter-1.0 and /usr/share/gtk-doc/html/{cally,clutter} Short Descriptions libclutter-1.0.so contains the Clutter API functions. libclutter-1.0.so