[Lunar-commits] <moonbase> xscreensaver: Restored some dependencies

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Mar 3 12:40:22 CET 2008


commit 06dfd1d46c2f92260a89294cfc4712abc028d12a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon Mar 3 12:40:22 2008 +0100

    xscreensaver: Restored some dependencies
    to make some screensavers working
    glut not sucks
---
 x11-apps/xscreensaver/BUILD   |    1 -
 x11-apps/xscreensaver/DEPENDS |    6 ++++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/x11-apps/xscreensaver/BUILD b/x11-apps/xscreensaver/BUILD
index 3618ac4..58682e7 100644
--- a/x11-apps/xscreensaver/BUILD
+++ b/x11-apps/xscreensaver/BUILD
@@ -6,7 +6,6 @@
   fi
 
   OPTS+=" --without-kerberos \
-          --without-gle \
           --with-xml \
           --with-dpms-ext \
           --with-xf86vmode-ext \
diff --git a/x11-apps/xscreensaver/DEPENDS b/x11-apps/xscreensaver/DEPENDS
index 13a841c..2f17142 100644
--- a/x11-apps/xscreensaver/DEPENDS
+++ b/x11-apps/xscreensaver/DEPENDS
@@ -2,6 +2,7 @@ depends libxml2
 depends netpbm
 depends bc
 depends perl
+depends %GLUT
 
 optional_depends "gettext"  "--enable-nls" "--disable-nls"  \
                  "enable NLS support"
@@ -23,3 +24,8 @@ optional_depends "%GLX" "--with-gl" "--without-gl" \
 
 optional_depends "jpeg" "--with-jpeg" "--without-jpeg" \
                  "for Jpeg support"
+
+optional_depends "gle" "--with-gle" "--without-gle" \
+                 "required for some of the screensavers"
+
+optional_depends "gdk-pixbuf" "--with-pixbuf" "--without-pixbuf"


More information about the Lunar-commits mailing list