The Clutter package contains an open source software library used for creating fast, visually rich and animated graphical user interfaces.
This package is known to build and work properly using an LFS-10.1 platform.
Anything built with this toolkit needs hardware 3D acceleration from the graphics driver at runtime. This is provided by Mesa (or by proprietary graphics drivers), but is not available for every graphics card nor for all virtual machines. You may wish to review Checking the DRI installation.
Download (HTTP): https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/clutter/1.26/clutter-1.26.4.tar.xz
Download MD5 sum: 624dd776a5159de0267587b1df6b97b2
Download size: 5.2 MB
Estimated disk space required: 93 MB (with tests)
Estimated build time: 0.7 SBU (Using parallelism=4; with tests)
ATK-2.36.0, Cogl-1.22.8, and JSON-GLib-1.6.2
gobject-introspection-1.68.0, GTK+-3.24.28, libgudev-236, libinput-1.17.1, libxkbcommon-1.2.1, and Wayland-1.19.0
GTK-Doc-1.33.2 and Tslib
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/clutter
Install Clutter by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-egl-backend \ --enable-evdev-input \ --enable-wayland-backend \ --enable-wayland-compositor && make
To test the results, issue: make -k check (you must be in an xterm or similar to do this, because it launches some windows).
Now, as the root
user:
make install
--enable-egl-backend
: This
switch enables the experimental EGL windowing backend.
--enable-evdev-input
: This
switch enables the experimental Evdev input backend which is
required for GNOME Wayland
support.
--enable-wayland
and
--enable-wayland-compositor
: These
switches enable the experimental Wayland API in Clutter which is required for GNOME Wayland support.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2021-02-22 23:05:47 -0600