diff options
-rw-r--r-- | extra/xorg-xwayland/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/xorg-xwayland/PKGBUILD b/extra/xorg-xwayland/PKGBUILD index 32c00617..20bf785e 100644 --- a/extra/xorg-xwayland/PKGBUILD +++ b/extra/xorg-xwayland/PKGBUILD @@ -1,4 +1,5 @@ -# libdrm missing on i486? +# add libdrm, libxshmfence explicitely on i486 if [ "$CARCH" = 'i486' ]; then depends+=(libdrm) + depends+=(libxshmfence) fi |