index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/mesa/PKGBUILD | 6 |
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index d4fd9163..0143c169 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -122,3 +122,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 +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi |