summaryrefslogtreecommitdiffstats
path: root/display/qingy
diff options
context:
space:
mode:
authorThomas Orgis2008-08-21 20:57:13 +0200
committerThomas Orgis2008-08-21 20:57:13 +0200
commitc4f7182a73c1822caab9f2047f757b9e8f65d41d (patch)
tree075dfa96d013fbaa30c25998a6f4523ce660e50c /display/qingy
parent1eab6f88d7e992b9b9e4bb9c7c91b98b174d2018 (diff)
qingy: fix xorg modular support (dependency)
Diffstat (limited to 'display/qingy')
-rwxr-xr-xdisplay/qingy/DEPENDS20
-rw-r--r--display/qingy/HISTORY3
2 files changed, 20 insertions, 3 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index 8d9685464b..f96e676b29 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 X11-SERVER \
- '' \
- '' \
+ '--enable-x-support' \
+ '--disable-x-support' \
'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' \
diff --git a/display/qingy/HISTORY b/display/qingy/HISTORY
index 01c2e091f9..ad8e3568bc 100644
--- a/display/qingy/HISTORY
+++ b/display/qingy/HISTORY
@@ -1,3 +1,6 @@
+2008-08-21 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: fix for xorg-modular, add option to disable x support at all
+
2008-07-13 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.9.7