From 353e412cbdd7dd4f661ee89b0e309b87c5a2940f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 May 2021 18:10:52 +0200 Subject: extra/mesa: also added libxshmfence as dependency on i486 --- extra/mesa/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 0143c169..43dc0753 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -123,8 +123,9 @@ if [ "$CARCH" = 'i486' ]; then " fi -# add this explocitily for now, as deep down in the dependency tree as reasonable -# instead of patching all packages failing above +# add libdrm and libxshmfence explocitily for now, as deep down in th +# dependency tree as reasonable instead of patching all packages failing above if [ "$CARCH" = 'i486' ]; then depends+=(libdrm) + depends+=(libxshmfence) fi -- cgit v1.2.3