mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 07:46:15 +02:00
wordgrinder: fix build
This commit is contained in:
parent
4771df5844
commit
c0acd5ca94
@ -16,7 +16,7 @@ define Package/wordgrinder
|
|||||||
TITLE:=A word processor for processing words
|
TITLE:=A word processor for processing words
|
||||||
URL:=http://wordgrinder.sourceforge.net/
|
URL:=http://wordgrinder.sourceforge.net/
|
||||||
SUBMENU:=Editors
|
SUBMENU:=Editors
|
||||||
DEPENDS:=+libncursesw lua luafilesystem
|
DEPENDS:=+libncursesw +lua +luafilesystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wordgrinder/description
|
define Package/wordgrinder/description
|
||||||
@ -39,3 +39,4 @@ define Package/wordgrinder/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,wordgrinder))
|
$(eval $(call BuildPackage,wordgrinder))
|
||||||
|
$(eval $(call RequireCommand,lua,Please install lua.))
|
||||||
|
Loading…
Reference in New Issue
Block a user