From f9c6e18693ec4ea6d8ced70223c07f850a35022b Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Tue, 16 Apr 2024 20:13:06 +0800 Subject: [PATCH] libuv: Don't select PIPES implicitly To avoid introducing unexpected dependencies, we should not select any feature implicitly. Signed-off-by: Huang Qi --- system/libuv/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/system/libuv/Kconfig b/system/libuv/Kconfig index cfa1c6c6e..da6187a2e 100644 --- a/system/libuv/Kconfig +++ b/system/libuv/Kconfig @@ -6,7 +6,6 @@ config LIBUV bool "libuv asynchronous I/O Library" default n - select PIPES ---help--- Enable build for libuv asynchronous I/O Library