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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/mutter/3.34/mutter-3.34.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/mutter/3.34/mutter-3.34.4.tar.xz
Download MD5 sum: de19a6de98a2250dd7efdfca14359e39
Download size: 2.7 MB
Estimated disk space required: 216 MB
Estimated build time: 1.0 SBU (Using parallelism=4)
gnome-desktop-3.34.4, gnome-settings-daemon-3.34.2, libcanberra-0.30, libwacom-0.29, libxkbcommon-0.10.0, pipewire-0.2.7, UPower-0.99.11, and Zenity-3.32.0
desktop-file-utils-0.24, gobject-introspection-1.62.0, and startup-notification-0.12
libinput-1.15.1, Wayland-1.18.0, wayland-protocols-1.18, and Xorg-Server-1.20.7 (with Xwayland). Additionally, GTK+-3.24.13 needs to be built with Wayland support.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mutter
Install Mutter by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dprofiler=false .. && ninja
To test the results, issue: ninja test. The tests require an active X session to run correctly. Some (18 of 92) tests require a wayland based session.
Now, as the root
user:
ninja install
Last updated on 2020-02-26 22:00:52 -0800