Browse Source

fix dependency for vorbis support

Waldemar Brodkorb 15 năm trước cách đây
mục cha
commit
50e12da85d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/mpd/Makefile

+ 1 - 1
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