[Lunar-commits] <moonbase> doxygen: make qt4 an optional depend and use %TEX.
Florin Braescu
florin at lunar-linux.org
Wed Sep 1 13:24:08 CEST 2010
commit 79270f5c70d3e33225b16f757e699a698921708b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 1 14:24:08 2010 +0300
doxygen: make qt4 an optional depend and use %TEX.
---
doc-tools/doxygen/DEPENDS | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc-tools/doxygen/DEPENDS b/doc-tools/doxygen/DEPENDS
index 3b11ce8..fc387db 100644
--- a/doc-tools/doxygen/DEPENDS
+++ b/doc-tools/doxygen/DEPENDS
@@ -1,7 +1,11 @@
depends sed
depends ghostscript
-depends teTeX
-depends qt4
+depends %TEX
+
+optional_depends "qt4" \
+ "--with-doxywizard" \
+ "" \
+ "Qt 4.x GUI support"
optional_depends "Python" "" "" "Build the doc files"
optional_depends "graphviz" "" "" "Dot support"
More information about the Lunar-commits
mailing list