buildroot/package/lua-sdl2/lua-sdl2.mk
Francois Perrad 3703edb516 lua-sdl2: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add missing !BR2_STATIC_LIBS dependency, inherited from SDL2.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-31 23:27:15 +02:00

14 lines
418 B
Makefile

################################################################################
#
# lua-sdl2
#
################################################################################
LUA_SDL2_VERSION = 2.0.5.6.0-1
LUA_SDL2_LICENSE = ISC
LUA_SDL2_SUBDIR = luasdl2-2.0.5-6.0
LUA_SDL2_LICENSE_FILES = $(LUA_SDL2_SUBDIR)/LICENSE
LUA_SDL2_DEPENDENCIES = sdl2 sdl2_image sdl2_mixer sdl2_net sdl2_ttf
$(eval $(luarocks-package))