|
@@ -13,8 +13,12 @@ SHAIRPORT_SYNC_DEPENDENCIES = alsa-lib libdaemon popt
|
|
SHAIRPORT_SYNC_AUTORECONF = YES
|
|
SHAIRPORT_SYNC_AUTORECONF = YES
|
|
SHAIRPORT_SYNC_CONF_OPTS = --with-alsa # required
|
|
SHAIRPORT_SYNC_CONF_OPTS = --with-alsa # required
|
|
|
|
|
|
-# Avahi or tinysvcmdns (shaiport-sync bundles its own version of tinysvcmdns)
|
|
|
|
-ifeq ($(BR2_PACKAGE_AVAHI),y)
|
|
|
|
|
|
+# Avahi or tinysvcmdns (shaiport-sync bundles its own version of tinysvcmdns).
|
|
|
|
+# Avahi support needs libavahi-client, which is built by avahi if avahi-daemon
|
|
|
|
+# and dbus is selected. Since there is no BR2_PACKAGE_LIBAVAHI_CLIENT config
|
|
|
|
+# option yet, use the avahi-daemon and dbus congig symbols to check for
|
|
|
|
+# libavahi-client.
|
|
|
|
+ifeq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yy)
|
|
SHAIRPORT_SYNC_DEPENDENCIES += avahi
|
|
SHAIRPORT_SYNC_DEPENDENCIES += avahi
|
|
SHAIRPORT_SYNC_CONF_OPTS += --with-avahi
|
|
SHAIRPORT_SYNC_CONF_OPTS += --with-avahi
|
|
else
|
|
else
|