pmaports/device/testing/device-essential-mata/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

26 lines
671 B
Text

# Maintainer: Avery Dorgan <avery.dorgan@protonmail.com>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-essential-mata
pkgdesc="Essential PH1"
pkgver=0.1
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-essential-mata mkbootimg mesa-dri-gallium mdss-fb-init-hack"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
1bcb5a4544c9213412b4cfa8e36e538c07c8099a37f8d06cf96646dd04a7c0dcfb7d8bf0212347bcaf97b6cb49127f4582f10215e4d3f09a40bb78a8bfa17aad deviceinfo
"