aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 871ba7f40cd4..517b08b39cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -138,6 +138,8 @@ esac
if $_target_host; then
_use_mesa=true
+elif [[ "${_piver}" = "4" ]]; then
+ echo ""
else
depends=("qpi${_piver}-toolchain")
fi