Skip to content

Commit

Permalink
wayland: +doc requires graphviz +expat for HTML tables (spack#43668)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Apr 16, 2024
1 parent 9f62a3e commit 9a6c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/wayland/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Wayland(MesonPackage, AutotoolsPackage):
depends_on("doxygen", type="build")
depends_on("xmlto", type="build")
depends_on("libxslt", type="build")
depends_on("graphviz+libgd", type="build")
depends_on("graphviz+expat+libgd", type="build")

@when("build_system=autotools")
def configure_args(self):
Expand Down

0 comments on commit 9a6c013

Please sign in to comment.