main/kernel-scripts,temp/weston: don't build x86
They don't build for x86 (in case of weston, because the dependency libunwind does not exist for x86).
This commit is contained in:
parent
c6c8172efa
commit
c938899431
|
@ -6,7 +6,7 @@ url="http://kernel.org"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="perl gmp-dev elfutils-dev bash sed bc linux-headers file openssl-dev"
|
makedepends="perl gmp-dev elfutils-dev bash sed bc linux-headers file openssl-dev"
|
||||||
options="!check"
|
options="!check"
|
||||||
arch="all"
|
arch="x86_64 armhf aarch64"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
|
|
|
@ -10,7 +10,7 @@ _libname=lib$pkgname
|
||||||
_libdir=$_libname-${_pkgver%%.*}
|
_libdir=$_libname-${_pkgver%%.*}
|
||||||
pkgdesc="The reference Wayland server"
|
pkgdesc="The reference Wayland server"
|
||||||
url="http://wayland.freedesktop.org"
|
url="http://wayland.freedesktop.org"
|
||||||
arch="all"
|
arch="x86_64 armhf aarch64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="wayland-protocols libxkbcommon-dev xkeyboard-config
|
makedepends="wayland-protocols libxkbcommon-dev xkeyboard-config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user