summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 18:50:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 18:50:11 +0100
commit50e12da85d6512b9016b4ca7e130b5b32e49524e (patch)
tree1465a0c2322d256bdfe18e8216271d51a979cc03 /package
parent98365c58b1da7d2d420667bf9ec5cbb4684d4971 (diff)
fix dependency for vorbis support
Diffstat (limited to 'package')
-rw-r--r--package/mpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index 43fb9cb00..54b1be21d 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -25,7 +25,7 @@ PKG_BUILDDEP+= faad2
endif
ifneq ($(ADK_PACKAGE_MPD_WITH_OGG),)
PKG_DEPENDS+= libvorbis libogg
-PKG_BUILDDEP+= libvorbis
+PKG_BUILDDEP+= libvorbis libogg
endif
ifneq ($(ADK_PACKAGE_MPD_WITH_TREMOR),)
PKG_DEPENDS+= libvorbisidec