Files
buildroot/package/jwt-cpp/Config.in
Bernd Kuhls e4253ee1a6 package/jwt-cpp: new package
Needed for domoticz >= 2025.1:
b30d9e9436

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-09-20 14:45:49 +02:00

14 lines
409 B
Plaintext

config BR2_PACKAGE_JWT_CPP
bool "jwt-cpp"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
select BR2_PACKAGE_OPENSSL
help
A header only library for creating and validating json web
tokens in c++
https://thalhammer.github.io/jwt-cpp/
comment "jwt-cpp needs a toolchain w/ C++, gcc >= 4.8"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8