pmaports/device/testing/device-nokia-rm885/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
602 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-nokia-rm885
pkgdesc="Lumia 720"
pkgver=0.1
pkgrel=10
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-nokia-rm885 mkbootimg mdss-fb-init-hack mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
90f93899cbabc8aa46f794963fef54743fcca7f8f1d0cabfa3552e940070846650d2e1ccb6bd75b4860d8c0fc8b6263caf526c2db49c751ff05885ae992047a3 deviceinfo
"