Skip to content
Snippets Groups Projects
Unverified Commit 78992d37 authored by Vincent Knecht's avatar Vincent Knecht Committed by Newbyte
Browse files

soc-qcom-msm8939: new aport (MR 3463)

Add msm8939 SoC package to be used in addition to soc-qcom-msm8916.

For now it provides a shell script setting FD_MESA_DEBUG=nobin env var
to work-around graphical corruption seen on adreno 405 devices.
parent 54f97936
Branches
No related tags found
No related merge requests found
# Maintainer: Vincent Knecht <vincent.knecht@mailoo.org>
pkgname=soc-qcom-msm8939
pkgdesc="Common package for Qualcomm MSM8939 devices"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64"
options="!check !archcheck"
depends="soc-qcom-msm8916"
source="
gpu-nobin.sh
"
package() {
mkdir -p "$pkgdir"
install -D -m644 "$srcdir"/gpu-nobin.sh \
"$pkgdir"/etc/profile.d/gpu-nobin.sh
}
sha512sums="
4c6bb73ca630e8e08a72dfb7b92e2a3b4f526785601c8095bda3142c72638d89d60c9e110a2eeb4d6d3d97c9fde06c0bfd1dad18f9f5a346f697cc49b6507b21 gpu-nobin.sh
"
export FD_MESA_DEBUG=nobin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment