e5c392830e
[Thomas: taken from Mischa original github patch.] Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
455 B
Makefile
15 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# lua-ev
|
|
#
|
|
################################################################################
|
|
|
|
LUA_EV_VERSION = 458165bdfe0c6eadc788813925f11a0e6a823845
|
|
LUA_EV_SITE = $(call github,brimworks,lua-ev,$(LUA_EV_VERSION))
|
|
LUA_EV_DEPENDENCIES = lua libev
|
|
LUA_EV_LICENSE = MIT
|
|
LUA_EV_LICENSE_FILES = README
|
|
LUA_EV_CONF_OPT = -DINSTALL_CMOD="/usr/lib/lua"
|
|
|
|
$(eval $(cmake-package))
|