xref: /OK3568_Linux_fs/buildroot/package/x11r7/xlib_libxshmfence/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_XLIB_LIBXSHMFENCE
2*4882a593Smuzhiyun	bool "libxshmfence"
3*4882a593Smuzhiyun	# Due to use of SYS_futex - can be enabled again when upstream
4*4882a593Smuzhiyun	# adds SYS_futex64 as an alternative
5*4882a593Smuzhiyun	depends on !BR2_RISCV_32
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
7*4882a593Smuzhiyun	select BR2_PACKAGE_XORGPROTO
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  X.Org shmfence library
10