From 6bc9ec549dba57384970e9f0d0f40a80a35c4a57 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 4 Nov 2021 13:55:28 -0300 Subject: [PATCH] liburing: add KERNEL_IO_URING dependency This needs kernel io_uring support to work. Signed-off-by: Eneas U de Queiroz --- libs/liburing/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile index 2e5183e5c..5748cd3c7 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -22,6 +22,7 @@ define Package/liburing CATEGORY:=Libraries TITLE:=io_uring library URL:=https://git.kernel.dk/cgit/liburing + DEPENDS:=@KERNEL_IO_URING endef define Package/liburing/description