You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
37f05c2497
Needed by python-autobahn encryption subpackage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
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"
|
|
select BR2_PACKAGE_PYTHON_PILLOW
|
|
|
|
endif
|