2156c6d216
Both the target and host variants of this package will be needed for qt6base. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
20 lines
602 B
Makefile
20 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# libb2
|
|
#
|
|
################################################################################
|
|
|
|
LIBB2_VERSION = 0.98.1
|
|
LIBB2_SITE = $(call github,BLAKE2,libb2,v$(LIBB2_VERSION))
|
|
LIBB2_LICENSE = CC0-1.0
|
|
LIBB2_LICENSE_FILES = COPYING
|
|
LIBB2_INSTALL_STAGING = YES
|
|
LIBB2_AUTORECONF = YES
|
|
LIBB2_DEPENDENCIES = host-pkgconf
|
|
LIBB2_CONF_OPTS = --disable-fat --disable-native
|
|
HOST_LIBB2_DEPENDENCIES = host-pkgconf
|
|
HOST_LIBB2_CONF_OPTS = --disable-fat --enable-native
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|