From b9300f70b26f15d4cc58c0d5cff17f86b6e43bf6 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 15 Aug 2023 17:17:00 +0200 Subject: [PATCH] package/pipewire: fix typo in Kconfig comment "NTPL" should read "NPTL" (Native POSIX Threads Library). Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard --- package/pipewire/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pipewire/Config.in b/package/pipewire/Config.in index 4929e5d3d1..9d2de6c866 100644 --- a/package/pipewire/Config.in +++ b/package/pipewire/Config.in @@ -60,7 +60,7 @@ comment "pipewire v4l2 support needs udev and a toolchain w/ headers >= 3.18" endif -comment "pipewire needs a toolchain w/ dynamic library, NTPL, gcc >= 5" +comment "pipewire needs a toolchain w/ dynamic library, NPTL, gcc >= 5" depends on BR2_USE_MMU depends on BR2_STATIC_LIBS || \ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \