Skip to content

Commit

Permalink
doxygen: Several dependencies made optional.
Browse files Browse the repository at this point in the history
Doxygen should be available without texlive and ghostscript.
  • Loading branch information
Nikita Slyusarev authored and v4hn committed Apr 21, 2013
1 parent 6aaa45d commit 3f52319
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc-tools/doxygen/DEPENDS
@@ -1,10 +1,10 @@
depends bison
depends sed
depends flex
depends ghostscript
depends texlive
depends bison
depends flex
depends sed
depends perl

optional_depends "perl" "" "" "Buile perl interpreter support"
optional_depends "qt4" "" "" "Qt 4.x GUI support"
optional_depends "Python" "" "" "Build the doc files"
optional_depends "graphviz" "" "" "Dot support"
optional_depends "ghostscript" "" "" "Formulas support"
optional_depends "graphviz" "" "" "Graphs support"
optional_depends "Python" "" "" "Build the doc files"
optional_depends "qt4" "" "" "Build Doxywizard GUI"
optional_depends "texlive" "" "" "LaTeX, Postscript and PDF output"

0 comments on commit 3f52319

Please sign in to comment.