pmaports/device/testing/device-bq-gohan/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
659 B
Text

# Maintainer: Federico Amedeo Izzo <federico@izzo.pro>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-bq-gohan
pkgdesc="BQ Aquaris X5 Plus"
pkgver=0.1
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-bq-gohan mkbootimg mesa-dri-gallium msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
434a156fac64d4be515c39d9b316883c30395128e73d685aeead7edfb42ed09d24bf8ecda51f44ecf5639292b2e3e17c3ca40ec80030934f08f4b608f961bb5e deviceinfo
"