diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 18:50:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 18:50:11 +0100 |
commit | 50e12da85d6512b9016b4ca7e130b5b32e49524e (patch) | |
tree | 1465a0c2322d256bdfe18e8216271d51a979cc03 /package/mpd/Makefile | |
parent | 98365c58b1da7d2d420667bf9ec5cbb4684d4971 (diff) |
fix dependency for vorbis support
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r-- | package/mpd/Makefile | 2 |
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 |