summaryrefslogtreecommitdiff
path: root/extra/mutter/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mutter/PKGBUILD')
-rw-r--r--extra/mutter/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD
index 7d0440991..0f6e845c0 100644
--- a/extra/mutter/PKGBUILD
+++ b/extra/mutter/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mutter
pkgver=3.2.2
pkgrel=2
pkgdesc="A window manager for GNOME"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
license=('GPL')
depends=('startup-notification' 'gconf' 'zenity' 'libcanberra' 'clutter' 'gobject-introspection')
makedepends=('intltool' 'gnome-doc-utils')
@@ -22,7 +22,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/mutter \
- --localstatedir=/var --disable-static
+ --localstatedir=/var --disable-static \
+ --enable-compile-warnings=no
make
}