1config BR2_PACKAGE_PYTHON_ZOPFLI
2	bool "python-zopfli"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  Zopfli module for python.
6
7	  https://github.com/fonttools/py-zopfli
8
9comment "python-zopfli needs a toolchain w/ C++"
10	depends on !BR2_INSTALL_LIBSTDCPP
11