index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-12 18:10:52 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-12 18:10:52 +0200 |
commit | 353e412cbdd7dd4f661ee89b0e309b87c5a2940f (patch) | |
tree | 82f9d12041650db9b2c099d251008e79022a3171 /extra/mesa/PKGBUILD | |
parent | dc6ab3c967d91c85ef2da4abbf0eba88ded99e5e (diff) |
-rw-r--r-- | extra/mesa/PKGBUILD | 5 |
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 |