linux_xanmod: enable futex/futex2

This commit is contained in:
fortuneteller2k 2021-08-12 04:49:41 +08:00
parent 911b8a569c
commit a5ad9365a1

View file

@ -44,6 +44,12 @@ buildLinux (args // rec {
ANDROID_BINDER_IPC = module;
ANDROID_BINDERFS = module;
ANDROID_BINDER_DEVICES = freeform "binder,hwbinder,vndbinder";
# Futex WAIT_MULTIPLE implementation for Wine / Proton Fsync.
# Futex2 interface compatible w/ latest Wine / Proton Fsync.
FUTEX = yes;
FUTEX2 = yes;
FUTEX_PI = yes;
};
extraMeta = {