Browse Source

fix libshout build dependency

Waldemar Brodkorb 15 years ago
parent
commit
940a3a2497
1 changed files with 1 additions and 1 deletions
  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