pmaports/device/testing/device-amazon-thor/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

28 lines
764 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-amazon-thor
pkgver=2
pkgrel=2
pkgdesc="Amazon KFHDX 7inch 2013"
url="https://postmarketos.org"
arch="armv7"
license="MIT"
depends="postmarketos-base linux-amazon-thor mkbootimg msm-fb-refresher mesa-dri-gallium"
makedepends="devicepkg-dev"
source="
deviceinfo
fb.modes
"
options="!check !archcheck"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
8d33c48f85d64edd8e74103d7fb192e98884a57d2837b13e58527575f326323161ce3462fb5ee360fb32b9dc707984f355f606b3dfa7623ec7c58af45934f93d deviceinfo
e96725e631ba474980274266fd5af85c72fcd31543d0b5f5dbe7bd610f9650f881708a41887d61ba3e1d821b88668c3ca3d18667e9a1de918560a1ff762dda3d fb.modes
"