From e55219eb7ae5a883883bc562043e09bec8885e5a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 13 Oct 2018 22:59:07 +0200 Subject: extra/qt5-base: disable vulkan for i486 - does still not build --- extra/qt5-base/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3-54-g00ecf