index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |