blob: 071c867b014169afc3ab4d999823812300f27c02 [file]
config BR2_PACKAGE_PYTHON_QRCODE
bool "python-qrcode"
help
Pure python QR Code generator
https://github.com/lincolnloop/python-qrcode
if BR2_PACKAGE_PYTHON_QRCODE
config BR2_PACKAGE_PYTHON_QRCODE_SVG
bool "SVG support"
select BR2_PACKAGE_PYTHON3_PYEXPAT
config BR2_PACKAGE_PYTHON_QRCODE_PIL
bool "PIL support"
depends on BR2_INSTALL_LIBSTDCPP # python-pillow
select BR2_PACKAGE_PYTHON_PILLOW
comment "PIL support needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
endif