|
@@ -1752,6 +1752,7 @@ config_host_data.set('CONFIG_LIBNFS', libnfs.found())
|
|
|
config_host_data.set('CONFIG_LIBSSH', libssh.found())
|
|
|
config_host_data.set('CONFIG_LINUX_AIO', libaio.found())
|
|
|
config_host_data.set('CONFIG_LINUX_IO_URING', linux_io_uring.found())
|
|
|
+config_host_data.set('CONFIG_LIBURING_REGISTER_RING_FD', cc.has_function('io_uring_register_ring_fd', prefix: '#include <liburing.h>', dependencies:linux_io_uring))
|
|
|
config_host_data.set('CONFIG_LIBPMEM', libpmem.found())
|
|
|
config_host_data.set('CONFIG_NUMA', numa.found())
|
|
|
config_host_data.set('CONFIG_OPENGL', opengl.found())
|