package/botan: add trousers optional dependency
trousers is an optional dependency since version 1.11.26 and1752f0d522
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit55b0434940
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5536261b3f
commit
5547abb237
@ -67,6 +67,11 @@ BOTAN_DEPENDENCIES += sqlite
|
||||
BOTAN_CONF_OPTS += --with-sqlite
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TROUSERS),y)
|
||||
BOTAN_DEPENDENCIES += trousers
|
||||
BOTAN_CONF_OPTS += --with-tpm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||
BOTAN_DEPENDENCIES += xz
|
||||
BOTAN_CONF_OPTS += --with-lzma
|
||||
|
Loading…
Reference in New Issue
Block a user