mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
luaposix: bump to version 33.0.0
ncurses becomes a mandatory dependency Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
aeb3f480c6
commit
fdca0dda1d
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LUAPOSIX
|
config BR2_PACKAGE_LUAPOSIX
|
||||||
bool "luaposix"
|
bool "luaposix"
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
|
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
|
||||||
# LuaBitOp is already included in LuaJIT
|
# LuaBitOp is already included in LuaJIT
|
||||||
help
|
help
|
||||||
|
@ -4,15 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LUAPOSIX_VERSION = 32
|
LUAPOSIX_VERSION = 33.0.0
|
||||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
|
LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
|
||||||
LUAPOSIX_LICENSE = MIT
|
LUAPOSIX_LICENSE = MIT
|
||||||
LUAPOSIX_LICENSE_FILES = COPYING
|
LUAPOSIX_LICENSE_FILES = COPYING
|
||||||
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
|
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua ncurses
|
||||||
LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
|
LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
|
||||||
LUAPOSIX_DEPENDENCIES += ncurses
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user