doxygen: Disable unnecessary graphviz dependency by default. (#2323)

This commit is contained in:
Elizabeth Fischer 2016-12-02 13:56:40 -05:00 committed by becker33
parent 8b612d3568
commit 18878a8615

View File

@ -39,7 +39,7 @@ class Doxygen(Package):
version('1.8.10', '79767ccd986f12a0f949015efb5f058f')
# 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.')
depends_on("cmake@2.8.12:", type='build')