mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-zopfli: needs C++
python-zopfli needs C++ since its addition in commit53972c8296: nios2-buildroot-linux-gnu-gcc.br_real: error: zopfli/src/zopflipng/lodepng/lodepng.cpp: C++ compiler not installed on this system Fixes: - http://autobuild.buildroot.org/results/442ae4a02e691b4039d1694620f6284906cdc97f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitb8152158f8) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d9ccb9a1d1
commit
af5875c6aa
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
bool "python-weasyprint"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-brotli
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-brotli, python-zopfli
|
||||
select BR2_PACKAGE_PYTHON_BROTLI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CSSSELECT2 # runtime
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_ZOPFLI
|
||||
bool "python-zopfli"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Zopfli module for python.
|
||||
|
||||
https://github.com/fonttools/py-zopfli
|
||||
|
||||
comment "python-zopfli needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
Reference in New Issue
Block a user