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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/mutter/3.6/mutter-3.6.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/mutter/3.6/mutter-3.6.3.tar.xz
Download MD5 sum: f04273e3e40b484dd0e36f7e8f5783ef
Download size: 1.6 MB
Estimated disk space required: 50 MB
Estimated build time: 0.4 SBU
Clutter-1.12.2, gsettings-desktop-schemas-3.6.1, GTK+-3.6.4 and Zenity-3.6.0
libcanberra-0.30, gobject-introspection-1.34.2 and startup-notification-0.12
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.
Last updated on 2013-03-03 18:22:27 +0000