From 603f72bea5ad0e1735007a346b3d8661048b0e19 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Oct 2018 14:10:04 +0200 Subject: extra/mesa: do not try to remove vulkan stuff from i486 build - it was not built there ... --- extra/mesa/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/mesa/PKGBUILD') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index e447a2bc..df6a511e 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -23,6 +23,10 @@ if [ "$CARCH" = 'i486' ]; then s/\(-D dri-drivers=\(\S\+,\)\?\)i915,/\1/ s/\(-D dri-drivers=\(\S\+,\)\?\)i965,/\1/ ' + declare -f package_mesa | \ + sed ' + \,rm .*/vulkan;,d + ' )" pkgname=( $( -- cgit v1.2.3-54-g00ecf