mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
openal: needs NPTL threads
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>
This commit is contained in:
parent
147f1dc802
commit
57c489ce5a
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_OPENAL
|
config BR2_PACKAGE_OPENAL
|
||||||
bool "openal"
|
bool "openal"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
help
|
help
|
||||||
OpenAL provides capabilities for playing audio in a virtual
|
OpenAL provides capabilities for playing audio in a virtual
|
||||||
3D environment. Distance attenuation, doppler shift, and
|
3D environment. Distance attenuation, doppler shift, and
|
||||||
@ -10,5 +10,6 @@ config BR2_PACKAGE_OPENAL
|
|||||||
|
|
||||||
http://kcat.strangesoft.net/openal.html
|
http://kcat.strangesoft.net/openal.html
|
||||||
|
|
||||||
comment "openal needs a toolchain w/ threads, C++"
|
comment "openal needs a toolchain w/ NPTL, C++"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
||||||
|
|| !BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user