libshairplay: needs avahi with libdnssd compat option at runtime
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Nov 2014 09:46:30 +0000 (10:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Nov 2014 10:34:12 +0000 (11:34 +0100)
commitec3730cbf86a1a737413f45beb6e0a8523e3196d
tree550492b141da484ba8b915820f9595dac8a6e3f5
parent7c00cd1c31e15daa299e0adc8cab705f03f2bf67
libshairplay: needs avahi with libdnssd compat option at runtime

libshairplay uses dlopen to open libdnssd at runtime (unless dlopen() isn't
available, then static linking is used - But avahi depends on
!BR2_PREFER_STATIC_LIB so that isn't possible), so ensure avahi is available.

Fixes http://autobuild.buildroot.net/results/54d/54de48b23439cef4cbea3b8a65b20e2a8b049f67/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libshairplay/Config.in