liburing: add KERNEL_IO_URING dependency
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 4 Nov 2021 16:55:28 +0000 (13:55 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 4 Nov 2021 18:12:58 +0000 (15:12 -0300)
This needs kernel io_uring support to work.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/liburing/Makefile

index 2e5183e5c59b4364773c56ca61021c6d67519658..5748cd3c79ca72d22588f96c3c6f33d818c982fa 100644 (file)
@@ -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