wayland: +doc requires graphviz +expat for HTML tables (#43668)
This commit is contained in:
parent
9f62a3e819
commit
9a6c013365
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Wayland(MesonPackage, AutotoolsPackage):
|
||||||
depends_on("doxygen", type="build")
|
depends_on("doxygen", type="build")
|
||||||
depends_on("xmlto", type="build")
|
depends_on("xmlto", type="build")
|
||||||
depends_on("libxslt", type="build")
|
depends_on("libxslt", type="build")
|
||||||
depends_on("graphviz+libgd", type="build")
|
depends_on("graphviz+expat+libgd", type="build")
|
||||||
|
|
||||||
@when("build_system=autotools")
|
@when("build_system=autotools")
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
|
|
Loading…
Reference in a new issue