mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
gmenu2x: remove dependency to sparsehash, as it does not seem to require it (fixes #70)
This commit is contained in:
parent
56054b32a7
commit
8b1c1381fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user