Skip to content
Snippets Groups Projects
Unverified Commit fb784b62 authored by Alexey Minnekhanov's avatar Alexey Minnekhanov :electric_plug: Committed by Oliver Smith
Browse files

hybris/*: enable building for armv7 (!297)

[ci:skip-build]: simple arch change, building will probably take too
                 long
parent 6e3252e4
Branches
No related tags found
No related merge requests found
Pipeline #191045 passed
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"
......
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=
......
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"
......
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment