[Lunar-commits] <moonbase> htmldoc: DEPENDS update
Duncan Gibson
engelsman at lunar-linux.org
Wed Jan 12 21:50:35 CET 2011
commit 36a358ab992691c770416ff0d9a0c2340531ad93
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Jan 12 21:50:35 2011 +0100
htmldoc: DEPENDS update
---
zbeta/htmldoc/DEPENDS | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/zbeta/htmldoc/DEPENDS b/zbeta/htmldoc/DEPENDS
index 1f2b8a4..c801a01 100644
--- a/zbeta/htmldoc/DEPENDS
+++ b/zbeta/htmldoc/DEPENDS
@@ -1,2 +1,24 @@
-optional_depends fltk "--with-gui" "--without-gui" "for the GUI"
-optional_depends %SSL "--enable-ssl" "--disable-ssl" "for SSL/TLS support"
+optional_depends "%SSL" \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "for SSL/TLS support"
+
+optional_depends "zlib" \
+ "--disable-localzlib" \
+ "--enable-localzlib" \
+ "use system ZLIB instead of htmldoc's"
+
+optional_depends "%JPEG" \
+ "--disable-localjpeg" \
+ "--enable-localjpeg" \
+ "use system JPEG instead of htmldoc's"
+
+optional_depends "libpng" \
+ "--disable-localpng" \
+ "--enable-localpng" \
+ "use system PNG instead of htmldoc's"
+
+optional_depends "fltk" \
+ "--with-gui" \
+ "--without-gui" \
+ "for the GUI"
More information about the Lunar-commits
mailing list