summaryrefslogtreecommitdiffstats
path: root/core/modules/xscreensaver
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xscreensaver')
-rw-r--r--core/modules/xscreensaver/module.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/modules/xscreensaver/module.build b/core/modules/xscreensaver/module.build
index e7e60e26..676def43 100644
--- a/core/modules/xscreensaver/module.build
+++ b/core/modules/xscreensaver/module.build
@@ -10,10 +10,8 @@ build() {
mkdir -p "${MODULE_BUILD_DIR}/usr/bin"
cde "$SRCDIR/xscreensaver"
pinfo "Building xscreensaver"
- # Disable DPMS handling since we're using idle-daemon
- # which accounts for our beautiful vmware ungrab crap
./configure --enable-locking --disable-root-passwd \
- --without-dpms-ext --with-xinput-ext --with-xf86vmode-ext \
+ --with-dpms-ext --with-xinput-ext --with-xf86vmode-ext \
--with-randr-ext --with-pam --with-login-manager \
--prefix=/usr --without-proc-interrupts $REQUIRED_CONFIGURE_OPTIONS \
|| perror "'./configure' failed"