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.
This commit is contained in:
parent
ea51a511e0
commit
6e0781b7ab
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue