|
@@ -26,6 +26,20 @@ config BR2_PACKAGE_SHAIRPORT_SYNC_CONVOLUTION
|
|
help
|
|
help
|
|
Enable audio DSP convolution support.
|
|
Enable audio DSP convolution support.
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_SHAIRPORT_SYNC_DBUS
|
|
|
|
+ bool "dbus support"
|
|
|
|
+ depends on BR2_USE_WCHAR # libglib2
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
|
|
+ depends on BR2_USE_MMU # libglib2
|
|
|
|
+ select BR2_PACKAGE_LIBGLIB2
|
|
|
|
+ help
|
|
|
|
+ Enable support for support for the MPRIS and native
|
|
|
|
+ Shairport Sync D-Bus interface.
|
|
|
|
+
|
|
|
|
+comment "shairport-sync dbus support needs a toolchain w/ wchar, threads"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+
|
|
config BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR
|
|
config BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR
|
|
bool "libsoxr support"
|
|
bool "libsoxr support"
|
|
select BR2_PACKAGE_LIBSOXR
|
|
select BR2_PACKAGE_LIBSOXR
|