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:
parent
4ebf025585
commit
b2bbee1116
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue