summaryrefslogtreecommitdiff
path: root/package/mpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:47:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:47:39 +0100
commit940a3a2497867e7fb2044a437175619b65f04334 (patch)
treeaa3faa47fe453d479671de1485e4d8a1325a2daa /package/mpd
parent3e20863932163c8324bd0303546e21c4c9059501 (diff)
fix libshout build dependency
Diffstat (limited to 'package/mpd')
-rw-r--r--package/mpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index f70e6652a..57918dd15 100644
--- a/package/mpd/Makefile
+++ b/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