431950769d
Commit 7eeb574f0e introduced the
libxmlsec1 making libxslt a mandatory dependency, which it isn't.
This commit therefore make libxslt an optional dependency of the
target libxmlsec1 package, and drops the dependency entirely for the
host package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
config BR2_PACKAGE_LIBXMLSEC1
|
|
bool "libxmlsec1"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
XMLSec library provides C based implementation for major XML
|
|
Security standards:
|
|
- XML Signature Syntax and Processing
|
|
- XML Encryption Syntax and Processing
|
|
|
|
https://www.aleksey.com/xmlsec/
|
|
https://github.com/lsh123/xmlsec
|