b8152158f8
python-zopfli needs C++ since its addition in commit
53972c8296
:
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>
21 lines
749 B
Plaintext
21 lines
749 B
Plaintext
config BR2_PACKAGE_PYTHON_WEASYPRINT
|
|
bool "python-weasyprint"
|
|
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
|
|
select BR2_PACKAGE_PYTHON_FONTTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_HTML5LIB # runtime
|
|
select BR2_PACKAGE_PYTHON_PILLOW # runtime
|
|
select BR2_PACKAGE_PYTHON_PYDYF # runtime
|
|
select BR2_PACKAGE_PYTHON_PYPHEN # runtime
|
|
select BR2_PACKAGE_PYTHON_TINYCSS2 # runtime
|
|
select BR2_PACKAGE_PYTHON_ZOPFLI # runtime
|
|
help
|
|
The Awesome Document Factory.
|
|
|
|
https://www.courtbouillon.org/weasyprint
|
|
|
|
comment "python-weasyprint needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|