|
@@ -59,6 +59,13 @@ else
|
|
MPD_CONF_OPTS += --disable-bzip2
|
|
MPD_CONF_OPTS += --disable-bzip2
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_MPD_CDIO_PARANOIA),y)
|
|
|
|
+MPD_DEPENDENCIES += libcdio-paranoia
|
|
|
|
+MPD_CONF_OPTS += --enable-cdio-paranoia
|
|
|
|
+else
|
|
|
|
+MPD_CONF_OPTS += --disable-cdio-paranoia
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
|
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
|
MPD_DEPENDENCIES += libcurl
|
|
MPD_DEPENDENCIES += libcurl
|
|
MPD_CONF_OPTS += --enable-curl
|
|
MPD_CONF_OPTS += --enable-curl
|