2021-11-27 12:37:33 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_ZOPFLI
|
|
|
|
bool "python-zopfli"
|
2022-04-23 19:06:24 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2021-11-27 12:37:33 +01:00
|
|
|
help
|
|
|
|
Zopfli module for python.
|
|
|
|
|
|
|
|
https://github.com/fonttools/py-zopfli
|
2022-04-23 19:06:24 +02:00
|
|
|
|
|
|
|
comment "python-zopfli needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|