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-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/mutter/3.30/mutter-3.30.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/mutter/3.30/mutter-3.30.2.tar.xz
Download MD5 sum: d74b9bf421b2b82ebfe11cccc055a760
Download size: 3.6 MB
Estimated disk space required: 236 MB
Estimated build time: 2.9 SBU
Clutter-1.26.2, gnome-desktop-3.30.2.1, libwacom-0.29, libxkbcommon-0.8.3, UPower-0.99.9, and Zenity-3.30.0
gobject-introspection-1.58.3, libcanberra-0.30, and startup-notification-0.12
libinput-1.12.6, Wayland-1.16.0, wayland-protocols-1.17, and Xorg-Server-1.20.3 (with Xwayland). Additionally, GTK+-3.24.5 needs 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 \ --enable-compile-warnings=minimum && 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.
Last updated on 2019-02-20 23:16:01 -0800