package/python-weasyprint: needs C++
Commit b33e39e3ea
forgot to add C++
dependency from python-brotli
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
dbf34f5c11
commit
fef53b2e53
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
bool "python-weasyprint"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-brotli
|
||||
select BR2_PACKAGE_PYTHON_BROTLI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CSSSELECT2 # runtime
|
||||
@ -14,3 +15,6 @@ config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
The Awesome Document Factory.
|
||||
|
||||
https://www.courtbouillon.org/weasyprint
|
||||
|
||||
comment "python-weasyprint needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
Loading…
Reference in New Issue
Block a user