mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/mesa: v7 fix
This commit is contained in:
parent
bb6b65e752
commit
bc6cf98513
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ prepare() {
|
||||||
# its GPU cache; otherwise it can cause pages to render incorrectly.
|
# its GPU cache; otherwise it can cause pages to render incorrectly.
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2020604
|
# https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2020604
|
||||||
echo "$pkgver-arch$epoch.$pkgrel" >VERSION
|
echo "$pkgver-arch$epoch.$pkgrel" >VERSION
|
||||||
|
|
||||||
|
if [[ $CARCH == "armv7h" ]]; then
|
||||||
|
sed -i "/c_cpp_args += '-mtls-dialect=gnu2'/d" meson.build
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue