985009e9c0
Signed-off-by: Sven Neumann <neumann@teufel.de> [Thomas: - add entry to DEVELOPERS file - add missing dependency on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 - rework comments on the dependencies] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
425 B
Makefile
15 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# wampcc
|
|
#
|
|
################################################################################
|
|
|
|
WAMPCC_VERSION = v1.6
|
|
WAMPCC_SITE = $(call github,darrenjs,wampcc,$(WAMPCC_VERSION))
|
|
WAMPCC_DEPENDENCIES = host-pkgconf libuv jansson openssl
|
|
WAMPCC_INSTALL_STAGING = YES
|
|
WAMPCC_LICENSE = MIT
|
|
WAMPCC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cmake-package))
|