summaryrefslogtreecommitdiffstats
path: root/display/qingy/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'display/qingy/DEPENDS')
-rwxr-xr-xdisplay/qingy/DEPENDS7
1 files changed, 6 insertions, 1 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index bdcbef0d9c..8d9685464b 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -1,4 +1,9 @@
-depends openssl &&
+if [[ "$QINGY_CRYPTO" == 'openssl' ]]; then
+ depends openssl
+elif [[ "QINGY_CRYPTO" == 'libgcrypt' ]]; then
+ depends libgcrypt
+fi &&
+
depends directfb &&
optional_depends X11-SERVER \