|
@@ -286,6 +286,18 @@ comment "jack support needs a toolchain w/ dynamic library"
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
+config BR2_PACKAGE_MPD_OPENAL
|
|
|
+ bool "openal"
|
|
|
+ depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_PACKAGE_OPENAL
|
|
|
+ help
|
|
|
+ Enable OpenAL output support.
|
|
|
+
|
|
|
+comment "openal support needs a toolchain w/ NPTL"
|
|
|
+ depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+
|
|
|
config BR2_PACKAGE_MPD_OSS
|
|
|
bool "oss"
|
|
|
help
|