summaryrefslogtreecommitdiffstats
path: root/http/wt/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'http/wt/DEPENDS')
-rwxr-xr-xhttp/wt/DEPENDS33
1 files changed, 33 insertions, 0 deletions
diff --git a/http/wt/DEPENDS b/http/wt/DEPENDS
new file mode 100755
index 0000000000..ea00c9f111
--- /dev/null
+++ b/http/wt/DEPENDS
@@ -0,0 +1,33 @@
+depends cmake &&
+depends g++ &&
+depends boost &&
+
+optional_depends libharu2 \
+ "-DENABLE_HARU=ON" \
+ "-DENABLE_HARU=OFF" \
+ "Support for painting to PDF" &&
+
+optional_depends IMAGE-CONVERSION \
+ "-DENABLE_GM=ON" \
+ "-DENABLE_GM=OFF" \
+ "Support for painting to raster image formats" &&
+
+optional_depends zlib \
+ "" \
+ "" \
+ "for compression over HTTP in wthttpd" &&
+
+optional_depends openssl \
+ "" \
+ "" \
+ "HTTPS support in wthttpd" &&
+
+optional_depends postgresql \
+ "-DENABLE_POSTGRES=ON" \
+ "-DENABLE_POSTGRES=OFF" \
+ "Build PostgreSQL backend for Wt::Dbo" &&
+
+optional_depends sqlite \
+ "-DENABLE_SQLITE=ON -DUSE_SYSTEM_SQLITE3=ON" \
+ "-DENABLE_SQLITE=OFF" \
+ "Build SQLite3 backend for Wt::Dbo"