mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Add license hash Remove patch (applied upstream) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
490 B
Makefile
17 lines
490 B
Makefile
################################################################################
|
|
#
|
|
# kvazaar
|
|
#
|
|
################################################################################
|
|
|
|
KVAZAAR_VERSION = v1.2.0
|
|
KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
|
|
KVAZAAR_LICENSE = LGPL-2.1+
|
|
KVAZAAR_LICENSE_FILES = COPYING
|
|
KVAZAAR_AUTORECONF = YES
|
|
KVAZAAR_INSTALL_STAGING = YES
|
|
KVAZAAR_DEPENDENCIES = host-pkgconf
|
|
KVAZAAR_CONF_OPTS = --without-cryptopp
|
|
|
|
$(eval $(autotools-package))
|