summaryrefslogtreecommitdiffstats
path: root/display/qingy/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'display/qingy/DEPENDS')
-rwxr-xr-xdisplay/qingy/DEPENDS16
1 files changed, 15 insertions, 1 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index ce20b4d2be..29ef0bbe06 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -4,13 +4,27 @@ elif [[ "QINGY_CRYPTO" == 'libgcrypt' ]]; then
depends libgcrypt
fi &&
-depends directfb &&
+depends directfb &&
+# according to configure it _should_ be optional, but isn't
+# contacting the author about it...
+#optional_depends directfb
+# '--enable-directFB-support' \
+# '--disable-directFB-support' \
+# 'For DirectFB graphics' &&
optional_depends xorg-server \
'' \
'' \
'For X sessions' &&
+
+source $GRIMOIRE/FUNCTIONS &&
+if check_if_xorg_modular_server
+then
+ depends libxscrnsaver
+fi &&
+
+
optional_depends gpm \
'--enable-gpm-lock' \
'--disable-gpm-lock' \