pmaports/device/testing/device-lg-w5/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
565 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lg-w5
pkgdesc="L70"
pkgver=0.1
pkgrel=8
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-lg-w5 mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
05bf62d5f239e74bfbd486f630f494dba1740c8d219a9c4430cfc89266763be1127956e0fae11b0578a20a0bbe052e4fe1b95e6dafe8903ac317dd5b9a3f53ff deviceinfo
"