* [Buildroot] [PATCH next 1/1] package/pipewire: fix typo in Kconfig comment
@ 2023-08-15 15:17 Julien Olivain
2023-09-30 15:49 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Julien Olivain @ 2023-08-15 15:17 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Julien Olivain
"NTPL" should read "NPTL" (Native POSIX Threads Library).
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
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 || \
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-13 6:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 15:17 [Buildroot] [PATCH next 1/1] package/pipewire: fix typo in Kconfig comment Julien Olivain
2023-09-30 15:49 ` Peter Korsgaard
2023-10-13 6:05 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox