summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/wine/DEPENDS')
-rwxr-xr-xx11-libs/wine/DEPENDS14
1 files changed, 12 insertions, 2 deletions
diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index 6c0307a71f..3a6bfdb202 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -6,6 +6,11 @@ if [[ $WINE_VCS == y ]]; then
depends git
fi &&
+optional_depends zlib \
+ '--with-zlib' \
+ '--without-zlib' \
+ 'for zlib data compression' &&
+
optional_depends alsa-lib \
'--with-alsa' \
'--without-alsa' \
@@ -37,8 +42,8 @@ optional_depends fontforge \
'for building fonts' &&
optional_depends freetype2 \
- "" \
- "" \
+ "--with-freetype" \
+ "--without-freetype" \
"for font rendering" &&
optional_depends hal \
@@ -109,6 +114,11 @@ optional_depends openssl \
'--without-openssl' \
'for some cryptographic support in ADVAPI32' &&
+optional_depends gnutls \
+ '--with-gnutls' \
+ '--without-gnutls' \
+ 'for GNU TLS (schannel) support' &&
+
optional_depends winedoc \
"" \
"" \