diff --git a/aports/weston/APKBUILD b/aports/weston/APKBUILD index 22f90058..78ab3ef8 100644 --- a/aports/weston/APKBUILD +++ b/aports/weston/APKBUILD @@ -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"