luaposix: add ncurses dependency
luaposix includes a curses binding which is optional and auto-detected by autotools. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
04685e18cd
commit
b722bfc321
@ -12,4 +12,8 @@ LUAPOSIX_LICENSE_FILES = COPYING
|
||||
LUAPOSIX_DEPENDENCIES = lua host-lua
|
||||
LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua" --datarootdir="/usr/share/lua"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
LUAPOSIX_DEPENDENCIES += ncurses
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user