summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 11:45:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 11:45:24 +0200
commita57b0981e18d4fe148ceaef5548ca6e9924591e7 (patch)
tree7a1ab64643ba27c1ed61d5078683209835b073d3 /extra
parent718bd2b3b54eb025f7ca3abd0ff2fd4a37185793 (diff)
downloadpackages-a57b0981e18d4fe148ceaef5548ca6e9924591e7.tar.xz
extra/xorg-xwayland: added libxshmfence on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-xwayland/PKGBUILD3
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