# Depends on: wayland-protocols wayland libinput clutter gnome-desktop libxkbcommon upower zenity gobject-introspection libcanberra startup-notification gtk-doc

description="A window manager for GNOME"
url="http://www.gnome.org/"
packager="fanch at nutyx dot org, tnut at nutyx dot org"
name=mutter
version=3.22.2
release=3

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--enable-gtk-doc \
--disable-wayland \
--enable-compile-warnings=minimum
make
make DESTDIR=$PKG install
}
