From a57b0981e18d4fe148ceaef5548ca6e9924591e7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 11 May 2021 11:45:24 +0200 Subject: extra/xorg-xwayland: added libxshmfence on i486 --- extra/xorg-xwayland/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra') 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 -- cgit v1.2.3-54-g00ecf