diff options
-rw-r--r-- | testing/weston/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/weston/APKBUILD b/testing/weston/APKBUILD index dde0d3f596..ffad189fed 100644 --- a/testing/weston/APKBUILD +++ b/testing/weston/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: pkgname=weston pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="Reference implementation of a Wayland compositor" url="http://wayland.freedesktop.org" -arch="all" +arch="x86_64 armhf" license="MIT" depends="libxkbcommon-dev libinput-dev libunwind-dev poppler-glib mtdev-dev libxcursor-dev glu-dev pango-dev colord-dev" |