Update buildroot & docker (#25)
* Update docker & buildroot * Fix * fix versions
This commit is contained in:
17
buildroot/package/flare-engine/flare-engine.mk
Normal file
17
buildroot/package/flare-engine/flare-engine.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# flare-engine
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FLARE_ENGINE_VERSION = v1.0
|
||||
FLARE_ENGINE_SITE = $(call github,clintbellanger,flare-engine,$(FLARE_ENGINE_VERSION))
|
||||
FLARE_ENGINE_LICENSE = GPL-3.0+
|
||||
FLARE_ENGINE_LICENSE_FILES = COPYING
|
||||
|
||||
FLARE_ENGINE_DEPENDENCIES += sdl2 sdl2_image sdl2_mixer sdl2_ttf
|
||||
|
||||
# Don't use /usr/games and /usr/share/games
|
||||
FLARE_ENGINE_CONF_OPTS += -DBINDIR=bin -DDATADIR=share/flare
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user