diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-11 11:45:24 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-11 11:45:24 +0200 |
commit | a57b0981e18d4fe148ceaef5548ca6e9924591e7 (patch) | |
tree | 7a1ab64643ba27c1ed61d5078683209835b073d3 | |
parent | 718bd2b3b54eb025f7ca3abd0ff2fd4a37185793 (diff) | |
download | packages-a57b0981e18d4fe148ceaef5548ca6e9924591e7.tar.xz |
extra/xorg-xwayland: added libxshmfence on i486
-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 |