diff options
Diffstat (limited to 'extra/mesa/PKGBUILD')
-rw-r--r-- | extra/mesa/PKGBUILD | 5 |
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 |