* [Buildroot] [PATCH] openal: needs NPTL threads
@ 2015-12-16 11:16 Gustavo Zacarias
2015-12-19 13:49 ` André Hentschel
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-12-16 11:16 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/ef2/ef22efa0f8a73458852b529a32a7f21e9c72caa8/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/openal/Config.in | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/openal/Config.in b/package/openal/Config.in
index 0f9d03d..4a73f45 100644
--- a/package/openal/Config.in
+++ b/package/openal/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_OPENAL
bool "openal"
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
help
OpenAL provides capabilities for playing audio in a virtual
3D environment. Distance attenuation, doppler shift, and
@@ -10,5 +10,6 @@ config BR2_PACKAGE_OPENAL
http://kcat.strangesoft.net/openal.html
-comment "openal needs a toolchain w/ threads, C++"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
+comment "openal needs a toolchain w/ NPTL, C++"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
+ || !BR2_INSTALL_LIBSTDCPP
--
2.4.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] openal: needs NPTL threads
2015-12-16 11:16 [Buildroot] [PATCH] openal: needs NPTL threads Gustavo Zacarias
@ 2015-12-19 13:49 ` André Hentschel
0 siblings, 0 replies; 2+ messages in thread
From: André Hentschel @ 2015-12-19 13:49 UTC (permalink / raw)
To: buildroot
Am 16.12.2015 um 12:16 schrieb Gustavo Zacarias:
> Fixes:
> http://autobuild.buildroot.net/results/ef2/ef22efa0f8a73458852b529a32a7f21e9c72caa8/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
Acked-by: Andr? Hentschel <nerv@dawncrow.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-19 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 11:16 [Buildroot] [PATCH] openal: needs NPTL threads Gustavo Zacarias
2015-12-19 13:49 ` André Hentschel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox