diff options
Diffstat (limited to 'community/weston/PKGBUILD')
-rw-r--r-- | community/weston/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index 60ea4b556..7bfd83c35 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -6,7 +6,7 @@ pkgname=weston pkgver=1.1.0 pkgrel=2 pkgdesc='Reference implementation of a Wayland compositor' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://wayland.freedesktop.org' license=('MIT') options=(!libtool) |