libuv: Don't select PIPES implicitly

To avoid introducing unexpected dependencies,
we should not select any feature implicitly.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-04-16 20:13:06 +08:00 committed by GUIDINGLI
parent 713cd4d971
commit f9c6e18693

View File

@ -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