|
@@ -236,7 +236,9 @@ MPD_CONF_OPTS += --disable-twolame-encoder
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_MPD_UPNP),y)
|
|
ifeq ($(BR2_PACKAGE_MPD_UPNP),y)
|
|
-MPD_DEPENDENCIES += expat libupnp
|
|
|
|
|
|
+MPD_DEPENDENCIES += \
|
|
|
|
+ expat \
|
|
|
|
+ $(if $(BR2_PACKAGE_LIBUPNP),libupnp,libupnp18)
|
|
MPD_CONF_OPTS += --enable-upnp
|
|
MPD_CONF_OPTS += --enable-upnp
|
|
else
|
|
else
|
|
MPD_CONF_OPTS += --disable-upnp
|
|
MPD_CONF_OPTS += --disable-upnp
|