hybris/*: enable building for armv7 (!297)
[ci:skip-build]: simple arch change, building will probably take too long
This commit is contained in:
parent
6e3252e401
commit
fb784b6236
4 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgname=drihybris
|
||||
pkgver=1.0_git20171130
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="fbaf21e7cb343e0b7cd29f256ec28c46c01c07b8"
|
||||
pkgdesc="custom DRI3-based Xorg extension for use with libhybris"
|
||||
url="https://github.com/NotKit/drihybris"
|
||||
arch="armhf aarch64"
|
||||
arch="armhf armv7 aarch64"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
depends_dev="drihybrisproto"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
pkgname=glamor-hybris
|
||||
pkgver=1.0_git20180114
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="d15da5304b6b15bc12864041267880abb5565d0c"
|
||||
pkgdesc="glamor Xserver 2D acceleration modified to work with libhybris drivers"
|
||||
url="https://github.com/NotKit/glamor-hybris"
|
||||
arch="armhf aarch64"
|
||||
arch="armhf armv7 aarch64"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
depends=
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgname=libhybris
|
||||
pkgver=1.0_git20180212
|
||||
pkgrel=4
|
||||
arch="x86 armhf aarch64"
|
||||
pkgrel=5
|
||||
arch="x86 armhf armv7 aarch64"
|
||||
url="https://github.com/libhybris/libhybris"
|
||||
license="Apache"
|
||||
makedepends="autoconf automake libtool wayland-dev linux-headers bsd-compat-headers
|
||||
|
@ -52,7 +52,7 @@ build() {
|
|||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
if [ "$CARCH" == "armhf" ]; then
|
||||
if [ "$CARCH" == "armhf" -o "$CARCH" == "armv7" ]; then
|
||||
_vers="7.1 4.4"
|
||||
_ldpath="/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib"
|
||||
_arch="arm"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
pkgname=xf86-video-hwcomposer
|
||||
pkgver=1.0_git20180921
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X.Org driver for Android devices rendering through HWComposer API"
|
||||
url="https://github.com/NotKit/xf86-video-hwcomposer"
|
||||
arch="armhf aarch64"
|
||||
arch="armhf armv7 aarch64"
|
||||
license="MIT"
|
||||
depends="drihybris glamor-hybris"
|
||||
makedepends="autoconf automake util-macros libtool
|
||||
|
@ -18,7 +18,7 @@ source="$pkgname-$_commit.tar.gz::https://github.com/NotKit/$pkgname/archive/$_c
|
|||
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
if [ "$CARCH" == "armhf" ]; then
|
||||
if [ "$CARCH" == "armhf" -o "$CARCH" == "armv7" ]; then
|
||||
_vers="7.1 7.1-caf 4.4"
|
||||
elif [ "$CARCH" == "aarch64" ]; then
|
||||
_vers="7.1 7.1-caf"
|
||||
|
|
Loading…
Reference in a new issue