Mutter is the window manager for GNOME. It is not invoked directly, but from GNOME Session (on a machine with a hardware accelerated video driver).
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/mutter/3.20/mutter-3.20.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/mutter/3.20/mutter-3.20.3.tar.xz
Download MD5 sum: 7b847d952a108be4c4096e8842db00eb
Download size: 1.4 MB
Estimated disk space required: 64 MB
Estimated build time: 1.0 SBU
Clutter-1.26.0, gnome-desktop-3.20.2, libxkbcommon-0.6.1, UPower-0.99.4, and Zenity-3.20.0
gobject-introspection-1.48.0, libcanberra-0.30, and startup-notification-0.12
libinput-1.4.1, Wayland-1.11.0, wayland-protocols-1.7, and Xorg-Server-1.18.4 (with Xwayland). Additionally, Cogl-1.22.2, Clutter-1.26.0 and GTK+-3.20.9 need to be built with Wayland support.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mutter
Install Mutter by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2016-08-29 23:02:26 -0700