pmaports/device/testing/device-lg-vee7e/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

25 lines
585 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lg-vee7e
pkgdesc="LG Optimus L7 II"
pkgver=0.2
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-lg-vee7e mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
27bf4587514aaea81ba9815226cd56ff2e1b311d97f85871ea829d507bc10a6b7d9bc1238dec175c498825487782c22b9cd9e97c5b0c9119d694f26432070aa3 deviceinfo
"