From 9ab3270b2a6baa7ed22e3533350ba9f628e01e21 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Jun 2017 01:38:28 +0200 Subject: [PATCH] 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 --- aports/weston/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"