mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
2f176b837b
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Thomas: license is MIT, not Apache-2.0] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
config BR2_PACKAGE_PYTHON_BROTLI
|
|
bool "python-brotli"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Python bindings for the Brotli compression library.
|
|
|
|
https://github.com/google/brotli
|