pmaports/device/testing/device-sony-scorpion/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
620 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-sony-scorpion
pkgdesc="Xperia Z3 Tablet Compact"
pkgver=0.1
pkgrel=12
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-sony-scorpion mkbootimg mesa-dri-gallium msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
56cf578d9eddbfe85883f70f5f26f43522c0f44540ef3cac9b6eca2856c0c2b01975188b996bd3ed25614fdd12b46d9602ded353dc8f49866edd2799d6dd026d deviceinfo
"