diff options
Diffstat (limited to 'extra/qt5-base')
-rw-r--r-- | extra/qt5-base/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index 4613e09b..13c635be 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -4,3 +4,12 @@ eval "$( s@./configure@./configure -no-sse2@g ' )" + +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f build | \ + sed ' + s@./configure@./configure -no-feature-vulkan@g + ' + )" +fi |