diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-07 15:30:06 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-07 15:30:26 +0100 |
commit | 7045aeaabb0c5e24fcbe614f825942aea0af92db (patch) | |
tree | a506949aa61a0ce53f67b9538050dc79103f5e8c /testing/weston | |
parent | d5310f6748ee7eb460ac853824b8d5ca9b5f2a42 (diff) | |
download | aports-7045aeaabb0c5e24fcbe614f825942aea0af92db.tar.bz2 aports-7045aeaabb0c5e24fcbe614f825942aea0af92db.tar.xz |
testing/weston: disable on x86
Diffstat (limited to 'testing/weston')
-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" |