kumquat-buildroot/package/gumbo-parser/gumbo-parser.mk
Fabrice Fontaine 6ef7a226b5 package/gumbo-parser: fix build without C++
Build without C++ fails since the addition of the package in commit
f6628763eb

Fixes:
 - http://autobuild.buildroot.org/results/a32b5d3b959433fd5c3543661c37f80d27fbd010

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-25 23:27:06 +02:00

16 lines
502 B
Makefile

################################################################################
#
# gumbo-parser
#
################################################################################
GUMBO_PARSER_VERSION = 0.10.1
GUMBO_PARSER_SITE = $(call github,google,gumbo-parser,v$(GUMBO_PARSER_VERSION))
GUMBO_PARSER_LICENSE = Apache-2.0
GUMBO_PARSER_LICENSE_FILES = COPYING
GUMBO_PARSER_INSTALL_STAGING = YES
GUMBO_PARSER_AUTORECONF = YES
GUMBO_PARSER_CONF_OPTS = --disable-examples
$(eval $(autotools-package))