From: Eneas U de Queiroz Date: Thu, 4 Nov 2021 16:55:28 +0000 (-0300) Subject: liburing: add KERNEL_IO_URING dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6bc9ec549dba57384970e9f0d0f40a80a35c4a57;p=openwrt-packages.git liburing: add KERNEL_IO_URING dependency This needs kernel io_uring support to work. Signed-off-by: Eneas U de Queiroz --- 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