xref: /OK3568_Linux_fs/buildroot/package/x11r7/xlib_libxshmfence/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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