0e9be207dd
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]
26 lines
667 B
Text
26 lines
667 B
Text
# Maintainer: Nikita Utkin <shockck84@gmail.com>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-xiaomi-whyred
|
|
pkgdesc="Xiaomi Redmi Note 5"
|
|
pkgver=1.0
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-xiaomi-whyred mkbootimg mesa-dri-gallium mdss-fb-init-hack"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
ced418013aa6e52ba2158c2ad0551a20b0578d54d8154c7126b95bc4bceaa8e94677d07a9731e48b345861c04f73fc1b58b4635bb857dbdf1cfc7377e54caf66 deviceinfo
|
|
"
|