mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
397 B
Makefile
15 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# jansson
|
|
#
|
|
################################################################################
|
|
|
|
JANSSON_VERSION = 2.10
|
|
JANSSON_SITE = http://www.digip.org/jansson/releases
|
|
JANSSON_LICENSE = MIT
|
|
JANSSON_LICENSE_FILES = LICENSE
|
|
JANSSON_INSTALL_STAGING = YES
|
|
JANSSON_CONF_ENV = LIBS="-lm"
|
|
|
|
$(eval $(autotools-package))
|