|
@@ -113,6 +113,13 @@ else
|
|
|
MPD_CONF_OPTS += --disable-lame-encoder
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_MPD_LIBMPDCLIENT),y)
|
|
|
+MPD_DEPENDENCIES += libmpdclient
|
|
|
+MPD_CONF_OPTS += --enable-libmpdclient
|
|
|
+else
|
|
|
+MPD_CONF_OPTS += --disable-libmpdclient
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_MPD_LIBNFS),y)
|
|
|
MPD_DEPENDENCIES += libnfs
|
|
|
MPD_CONF_OPTS += --enable-nfs
|