summaryrefslogtreecommitdiff
path: root/extra/xorg-xwayland/PKGBUILD
blob: 20bf785eb71ac806e8199a3608f50789ff6b6984 (plain)
1
2
3
4
5
# add libdrm, libxshmfence explicitely on i486
if [ "$CARCH" = 'i486' ]; then
  depends+=(libdrm)
  depends+=(libxshmfence)
fi