1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 00:57:16 +03:00

gmenu2x: remove dependency to sparsehash, as it does not seem to require it (fixes #70)

This commit is contained in:
Mirko Vogt 2010-04-25 13:37:35 +02:00
parent 56054b32a7
commit 8b1c1381fa

View File

@ -46,7 +46,7 @@ define Package/gmenu2x
SUBMENU:=app
TITLE:=Gmenu2x
URL:=http://projects.qi-hardware.com/index.php/p/gmenu2x/
DEPENDS:=+libsdl +libsdl-image +libsdl-ttf +libstdcpp +libsdl-gfx +sparsehash
DEPENDS:=+libsdl +libsdl-image +libsdl-ttf +libstdcpp +libsdl-gfx
endef
define Build/Configure