summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:10:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:10:52 +0200
commit353e412cbdd7dd4f661ee89b0e309b87c5a2940f (patch)
tree82f9d12041650db9b2c099d251008e79022a3171 /extra
parentdc6ab3c967d91c85ef2da4abbf0eba88ded99e5e (diff)
downloadpackages-353e412cbdd7dd4f661ee89b0e309b87c5a2940f.tar.xz
extra/mesa: also added libxshmfence as dependency on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/mesa/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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