liburing: add KERNEL_IO_URING dependency
This needs kernel io_uring support to work. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
e448917ad2
commit
6bc9ec549d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ define Package/liburing
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=io_uring library
|
TITLE:=io_uring library
|
||||||
URL:=https://git.kernel.dk/cgit/liburing
|
URL:=https://git.kernel.dk/cgit/liburing
|
||||||
|
DEPENDS:=@KERNEL_IO_URING
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/liburing/description
|
define Package/liburing/description
|
||||||
|
|
Loading…
Reference in a new issue