Explorar el Código

fix libshout build dependency

Waldemar Brodkorb hace 16 años
padre
commit
940a3a2497
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/mpd/Makefile

+ 1 - 1
package/mpd/Makefile

@@ -33,7 +33,7 @@ ifneq ($(ADK_PACKAGE_MPD_WITH_WAV),)
 PKG_BUILDDEP+=		libaudiofile
 endif
 ifneq ($(ADK_PACKAGE_MPD_WITH_SHOUT),)
-PKG_BUILDDEP+=		lame libvorbis
+PKG_BUILDDEP+=		lame libvorbis libshout
 endif
 ifneq ($(ADK_PACKAGE_MPD_WITH_CURL),)
 PKG_BUILDDEP+=		curl