2021-05-21 12:37:36 +02:00
|
|
|
config BR2_PACKAGE_LIBPSL
|
|
|
|
bool "libpsl"
|
2021-06-09 23:41:30 +02:00
|
|
|
depends on BR2_USE_WCHAR # libunistring, icu
|
2022-07-05 08:41:19 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2021-05-21 12:37:36 +02:00
|
|
|
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
|
2021-06-09 23:41:30 +02:00
|
|
|
|
|
|
|
comment "libpsl needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|