doxygen: Disable unnecessary graphviz dependency by default. (#2323)
This commit is contained in:
parent
8b612d3568
commit
18878a8615
@ -39,7 +39,7 @@ class Doxygen(Package):
|
|||||||
version('1.8.10', '79767ccd986f12a0f949015efb5f058f')
|
version('1.8.10', '79767ccd986f12a0f949015efb5f058f')
|
||||||
|
|
||||||
# graphviz appears to be a run-time optional dependency
|
# graphviz appears to be a run-time optional dependency
|
||||||
variant('graphviz', default=True,
|
variant('graphviz', default=False,
|
||||||
description='Build with dot command support from Graphviz.')
|
description='Build with dot command support from Graphviz.')
|
||||||
|
|
||||||
depends_on("cmake@2.8.12:", type='build')
|
depends_on("cmake@2.8.12:", type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user