# Note: depends on gobject-introspection
# Note: depends on cogl
# Note: depends on json-glib
# Note: depends on gdk-pixbuf
# Note: depends on atk
wget -c http://ftp.gnome.org/pub/GNOME/sources/clutter/1.26/clutter-1.26.0.tar.xz
tar -xJf clutter-1.26.0.tar.xz
cd clutter-1.26.0
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install