From 6e0781b7ab8b69e87dac2bca95b7952c8f1f3707 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 14 Sep 2018 08:52:36 +0200 Subject: [PATCH] main/postmarketos-demos, -ui-weston: disable x86 Weston does not build for x86, because it depends on libunwind. And libunwind is not available in Alpine for x86. I've also tried to simply enable x86 in libunwind, but it does not build out of the box. In order to start building again for x86 at all, let's disable weston and all packages that depend on it on for now. --- main/postmarketos-demos/APKBUILD | 2 +- main/postmarketos-ui-weston/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-demos/APKBUILD b/main/postmarketos-demos/APKBUILD index b5615e1a7..677df226b 100644 --- a/main/postmarketos-demos/APKBUILD +++ b/main/postmarketos-demos/APKBUILD @@ -3,7 +3,7 @@ pkgver=6 pkgrel=0 pkgdesc="Simple touch menu for a few demo programs" url="https://postmarketos.org" -arch="all" +arch="x86_64 armhf aarch64" license="GPL3+" depends="weston-xwayland dbus" makedepends="gtk+3.0-dev" diff --git a/main/postmarketos-ui-weston/APKBUILD b/main/postmarketos-ui-weston/APKBUILD index 6dfdf1318..6a5f8c6e6 100644 --- a/main/postmarketos-ui-weston/APKBUILD +++ b/main/postmarketos-ui-weston/APKBUILD @@ -3,7 +3,7 @@ pkgver=4 pkgrel=5 pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)" url="https://postmarketos.org" -arch="noarch" +arch="x86_64 armhf aarch64" license="GPL3+" depends="weston-clients weston weston-shell-desktop weston-backend-fbdev weston-backend-drm weston-backend-x11 weston-terminal