70afd4afa7
Add the woff2 package to Builroot. This is needed by webkitgtk from version 2.20.0 onwards. WebKitGTK+ used to bundle a copy of the library, but it stopped doing so now that the upstream is has been making releases. [Peter: fix license hash] Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
463 B
Makefile
18 lines
463 B
Makefile
################################################################################
|
|
#
|
|
# woff2
|
|
#
|
|
################################################################################
|
|
|
|
WOFF2_VERSION = 1.0.2
|
|
WOFF2_SOURCE = v$(WOFF2_VERSION).tar.gz
|
|
WOFF2_SITE = https://github.com/google/woff2/archive
|
|
WOFF2_LICENSE = MIT
|
|
WOFF2_LICENSE_FILES = LICENSE
|
|
WOFF2_INSTALL_STAGING = YES
|
|
WOFF2_DEPENDENCIES = brotli
|
|
WOFF2_CONF_OPTS = \
|
|
-DNOISY_LOGGING=OFF
|
|
|
|
$(eval $(cmake-package))
|