openal: needs NPTL threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 16 Dec 2015 11:16:42 +0000 (08:16 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Dec 2015 20:54:00 +0000 (21:54 +0100)
Fixes:
http://autobuild.buildroot.net/results/ef2/ef22efa0f8a73458852b529a32a7f21e9c72caa8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openal/Config.in

index 0f9d03da83ede92c5de5882b96a82e3d64c2c271..4a73f45beb02bcda85cedbf92e49c8edce56ad20 100644 (file)
@@ -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