mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:54:04 +02:00
gmu: fix DEPENDS
This commit is contained in:
parent
ac7a991ae2
commit
437e156f07
@ -23,7 +23,8 @@ define Package/gmu
|
|||||||
TITLE:=Gmu Music Player
|
TITLE:=Gmu Music Player
|
||||||
URL:=http://wejp.k.vu/projects/gmu/
|
URL:=http://wejp.k.vu/projects/gmu/
|
||||||
MENU:=1
|
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
|
endef
|
||||||
|
|
||||||
define Package/gmu/description
|
define Package/gmu/description
|
||||||
@ -46,7 +47,7 @@ define Package/gmu/install
|
|||||||
$(1)/usr/share/gmu/decoders \
|
$(1)/usr/share/gmu/decoders \
|
||||||
$(1)/usr/share/gmu/frontends \
|
$(1)/usr/share/gmu/frontends \
|
||||||
$(1)/usr/share/gmu/themes/default-modern
|
$(1)/usr/share/gmu/themes/default-modern
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
$(PKG_BUILD_DIR)/gmu \
|
$(PKG_BUILD_DIR)/gmu \
|
||||||
$(1)/usr/bin/gmu.bin
|
$(1)/usr/bin/gmu.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user