summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-11-26 22:53:41 +0100
committerJaka Kranjc2008-11-26 22:54:46 +0100
commitb5d63465fb82d482a08d5ef033f53a4d6f65f514 (patch)
tree2b69cfd0f9c478c08cb008e4ec2f0f815760a90a
parent4000640ad2bd4d8fca1a4efd35c00d2482b795b2 (diff)
qingy: removed check_if_xorg_modular* reference #14708
-rwxr-xr-xdisplay/qingy/DEPENDS4
-rw-r--r--display/qingy/HISTORY3
2 files changed, 4 insertions, 3 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index 29ef0bbe06..17ff32615f 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -17,9 +17,7 @@ optional_depends xorg-server \
'' \
'For X sessions' &&
-
-source $GRIMOIRE/FUNCTIONS &&
-if check_if_xorg_modular_server
+if is_depends_enabled $SPELL xorg-server
then
depends libxscrnsaver
fi &&
diff --git a/display/qingy/HISTORY b/display/qingy/HISTORY
index 979b4dc337..0974833575 100644
--- a/display/qingy/HISTORY
+++ b/display/qingy/HISTORY
@@ -1,3 +1,6 @@
+2008-11-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DEPENDS: remove check_if_xorg_modular* reference #14708
+
2008-08-21 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: fix for xorg-modular, add option to disable x support at all