summaryrefslogtreecommitdiffstats
path: root/crypto/pinentry/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pinentry/DEPENDS')
-rwxr-xr-xcrypto/pinentry/DEPENDS14
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
new file mode 100755
index 0000000000..cd7211ed1e
--- /dev/null
+++ b/crypto/pinentry/DEPENDS
@@ -0,0 +1,14 @@
+optional_depends gtk+ \
+ "" \
+ "--disable-pinentry-gtk" \
+ "to build GTK+ pinentry" &&
+
+optional_depends gtk+2 \
+ "" \
+ "--disable-pinentry-gtk2" \
+ "to build GTK+2 pinentry" &&
+
+optional_depends qt-x11 \
+ "--with-qt-includes=/usr/include/qt --enable-pinentry-qt" \
+ "--disable-pinentry-qt" \
+ "to build Qt pinentry"