pmaports/device/testing/device-yu-tomato/APKBUILD
Newbyte 0e9be207dd
device-*: replace mesa-dri-swrast with mesa-dri-gallium (MR 3059)
mesa-dri-swrast no longer exists and just installs,
mesa-dri-gallium. However, this might not always be the case, so
let's change it before it causes any issues.

[ci:ignore-count]
[ci:skip-build]
2022-04-05 23:23:03 +03:00

24 lines
644 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Maintainer: xeon zolt <xeon.harsh@gmail.com>
pkgname=device-yu-tomato
pkgdesc="YU Yureka"
pkgver=0.1
pkgrel=8
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-yu-tomato mkbootimg mesa-dri-gallium msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
1cb5d683b401bf242cb840d7f784c060889e8d10331e40ab9d4b0b6d444bc16c3ffc0e180872088e14f7856c53c3ad60670227a176e04544460de4534ce470d3 deviceinfo
"