1config BR2_PACKAGE_XLIB_LIBXSHMFENCE
2 bool "libxshmfence"
3 # Due to use of SYS_futex - can be enabled again when upstream
4 # adds SYS_futex64 as an alternative
5 depends on !BR2_RISCV_32
6 depends on BR2_TOOLCHAIN_HAS_SYNC_4
7 select BR2_PACKAGE_XORGPROTO
8 help
9 X.Org shmfence library
10