summaryrefslogtreecommitdiffstats
path: root/core/modules/xscreensaver
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-18 14:38:45 +0100
committerSimon Rettberg2019-11-18 14:38:45 +0100
commit86bcc19a854336829b9c4467c9ec4c94d216a0c0 (patch)
tree2a799714f0b3892424967a46e807ff56e7684863 /core/modules/xscreensaver
parentRevert "[pvs2] Disable idle-daemon saver/dpms for dedicated manager" (diff)
downloadmltk-86bcc19a854336829b9c4467c9ec4c94d216a0c0.tar.gz
mltk-86bcc19a854336829b9c4467c9ec4c94d216a0c0.tar.xz
mltk-86bcc19a854336829b9c4467c9ec4c94d216a0c0.zip
[xscreensaver/idleaction] Let xscreensaver manage standby again...
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"