extra/mesa: v7 fix

This commit is contained in:
Kevin Mihelich 2023-10-01 19:09:42 +00:00
parent bb6b65e752
commit bc6cf98513

View file

@ -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() {