slang: make install-static do install-pkgconfig
[buildroot-gz.git] / package / libshairplay / Config.in
blob1cfbdfe488790b08386e0dd5d0f0171c8af02970
1 config BR2_PACKAGE_LIBSHAIRPLAY
2         bool "libshairplay"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # avahi
5         depends on !BR2_STATIC_LIBS # avahi
6         select BR2_PACKAGE_AVAHI
7         select BR2_PACKAGE_AVAHI_DAEMON
8         select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY # runtime
9         help
10           libshairplay is a client library that emulates an airplay
11           server.
13           https://github.com/juhovh/shairplay
15 comment "libshairplay needs a toolchain w/ threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS