hybris: disable libhybris for armv7
It is getting stuck during compile, disable on armv7 for now and also all packages that depend on it. Related: https://builds.sr.ht/~postmarketos/job/267225#task-pmbootstrap_build-780
This commit is contained in:
parent
cb22119c3d
commit
a48995c877
|
@ -5,7 +5,7 @@ pkgrel=0
|
|||
_commit="28f342f937a5f9a606273b48dcede7eefbab4bab"
|
||||
pkgdesc="glamor Xserver 2D acceleration modified to work with libhybris drivers"
|
||||
url="https://github.com/NotKit/glamor-hybris"
|
||||
arch="armhf armv7 aarch64"
|
||||
arch="armhf aarch64"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
makedepends="autoconf automake util-macros libtool
|
||||
|
|
|
@ -6,7 +6,7 @@ url="https://postmarketos.org"
|
|||
license="GPL-3.0-or-later"
|
||||
options="!check"
|
||||
# libhybris cannot be built for arch x86_64
|
||||
arch="armhf armv7 aarch64"
|
||||
arch="armhf aarch64"
|
||||
depends="lxc-android libhybris libhybris-7.1 libhybris-egl libhybris-gles libhybris-libwayland-egl wayland-libs-client wayland-libs-server"
|
||||
subpackages="$pkgname-x11-generic:x11_generic $pkgname-x11-caf:x11_caf"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libhybris
|
||||
pkgver=1.0_git20200117
|
||||
pkgrel=1
|
||||
arch="armhf armv7 aarch64"
|
||||
arch="armhf aarch64"
|
||||
url="https://github.com/libhybris/libhybris"
|
||||
license="Apache-2.0"
|
||||
pkgdesc="libhybris allows to use bionic-based HW adaptations"
|
||||
|
|
|
@ -8,7 +8,7 @@ _pkgver=12.2.84
|
|||
pkgrel=2
|
||||
pkgdesc="PulseAudio Droid modules by Mer project"
|
||||
url="https://github.com/mer-hybris/pulseaudio-modules-droid"
|
||||
arch="armhf armv7 aarch64"
|
||||
arch="armhf aarch64"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends="pulseaudio"
|
||||
makedepends="autoconf automake libtool m4 intltool dbus-dev expat-dev pulseaudio-dev pulsecore-private-headers android-headers-7.1 android-headers-7.1-caf libhybris-dev libhybris-7.1"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=1.0_git20190925
|
|||
pkgrel=2
|
||||
pkgdesc="X.Org driver for Android devices rendering through HWComposer API"
|
||||
url="https://github.com/NotKit/xf86-video-hwcomposer"
|
||||
arch="armhf armv7 aarch64"
|
||||
arch="armhf aarch64"
|
||||
license="MIT"
|
||||
depends="drihybris glamor-hybris libepoxy libhybris"
|
||||
makedepends="autoconf automake util-macros libtool
|
||||
|
|
Loading…
Reference in New Issue
Block a user