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.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/mutter/3.12/mutter-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/mutter/3.12/mutter-3.12.2.tar.xz
Download MD5 sum: cdc714426c246e447e62755df0157783
Download size: 1.7 MB
Estimated disk space required: 52 MB
Estimated build time: 0.5 SBU
Clutter-1.18.4, gnome-desktop-3.12.2, UPower-0.99.1, and Zenity-3.12.1
gobject-introspection-1.40.0, libcanberra-0.30, 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.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-08-25 18:22:00 -0700