Fix #87: weston: Change arch to "all", so it builds on aarch64.

Pull request for the same change in the upstream APKBUILD from Alpine:
https://github.com/alpinelinux/aports/pull/1689
This commit is contained in:
Oliver Smith 2017-06-15 01:38:28 +02:00
parent c951b2a5af
commit 9ab3270b2a
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# Based on the upstream weston aport
# Changes:
# - framebuffer no 0 hz patch for lg-mako, upstreaming here:
# - framebuffer no 0 hz patch for lg-mako, upstreamed here (this will be in the next weston release \o/):
# https://patchwork.freedesktop.org/patch/150943/
# - APKBUILD arch changed to "all", upstreaming here:
# https://github.com/alpinelinux/aports/pull/1689
pkgname=weston
pkgver=9999
_pkgver=2.0.0
@ -10,7 +12,7 @@ _libname=lib$pkgname
_libdir=$_libname-${_pkgver%%.*}
pkgdesc="The reference Wayland server"
url="http://wayland.freedesktop.org"
arch="x86_64 armhf"
arch="all"
license="MIT"
depends=""
makedepends="wayland-protocols libxkbcommon-dev xkeyboard-config libinput-dev libunwind-dev mtdev-dev libxcursor-dev glu-dev pango-dev colord-dev freerdp-dev libwebp-dev libva-dev dbus-dev"