ac37a9b42f
libshairplay is a client library that emulates an airplay server This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: fix whitespace, needs threads, host-pkgconf and optionally libao] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
config BR2_PACKAGE_LIBSHAIRPLAY
|
|
bool "libshairplay"
|
|
depends on BR2_INET_IPV6
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
libshairplay is a client library that emulates an airplay
|
|
server.
|
|
|
|
https://github.com/juhovh/shairplay
|
|
|
|
comment "libshairplay needs a toolchain w/ IPv6, threads"
|
|
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
|