mpg123: fix missing deps

This commit is contained in:
kyak 2013-01-03 16:32:49 +04:00
parent 1b81446be5
commit 2b320f7bce
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ define Package/mpg123
SECTION:=utils
CATEGORY:=Utilities
TITLE:=fast console mpeg audio player
DEPENDS+=+libmpg123
DEPENDS+=+libmpg123 +libasound +libsdl +libpthread
endef
define Build/Configure