kumquat-buildroot/package/libpsl/Config.in
Fabrice Fontaine cc128b2d50 package/libpsl: needs wchar
Add a dependency on wchar as both icu and libunistring needs wchar

Fixes:
 - http://autobuild.buildroot.org/results/704d8e6f8b78015180e5b12c132495425637430a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-06-20 15:53:54 +02:00

13 lines
385 B
Plaintext

config BR2_PACKAGE_LIBPSL
bool "libpsl"
depends on BR2_USE_WCHAR # libunistring, icu
select BR2_PACKAGE_LIBIDN2 if !BR2_PACKAGE_ICU && !BR2_PACKAGE_LIBIDN
select BR2_PACKAGE_LIBUNISTRING if !BR2_PACKAGE_ICU
help
C library to handle the Public Suffix List of TLDs.
https://github.com/rockdaboot/libpsl
comment "libpsl needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR