From 437e156f07063a16719751eb894498d2f1b331d5 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 6 Jan 2011 23:05:32 +0800 Subject: [PATCH] gmu: fix DEPENDS --- gmu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gmu/Makefile b/gmu/Makefile index 795f3c4..67928af 100644 --- a/gmu/Makefile +++ b/gmu/Makefile @@ -23,7 +23,8 @@ define Package/gmu TITLE:=Gmu Music Player URL:=http://wejp.k.vu/projects/gmu/ MENU:=1 - DEPENDS:=+libsdl +libsdl-image +libsdl-gfx +libmpcdec +libmikmod +libvorbisidec @BROKEN #need speedx lib + DEPENDS:=+libsdl +libsdl-image +libsdl-gfx +libmpcdec +libmikmod \ + +libvorbisidec +libspeex +libflac +libogg endef define Package/gmu/description @@ -46,7 +47,7 @@ define Package/gmu/install $(1)/usr/share/gmu/decoders \ $(1)/usr/share/gmu/frontends \ $(1)/usr/share/gmu/themes/default-modern - + $(INSTALL_BIN) \ $(PKG_BUILD_DIR)/gmu \ $(1)/usr/bin/gmu.bin