summaryrefslogtreecommitdiffstats
path: root/core/modules/xscreensaver/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2019-05-14 15:48:44 +0200
committerSimon Rettberg2019-05-14 15:48:44 +0200
commitd8acc57f354a93929573393850c61e01c2f8d103 (patch)
treebe40e0be4037a5993cf95a46ab4145b44b138b10 /core/modules/xscreensaver/module.build
parent[idleaction] Refine exam mode shutdown/reboot timing (diff)
downloadmltk-d8acc57f354a93929573393850c61e01c2f8d103.tar.gz
mltk-d8acc57f354a93929573393850c61e01c2f8d103.tar.xz
mltk-d8acc57f354a93929573393850c61e01c2f8d103.zip
[xscreensaver/idleaction] DPMS handled by idle-daemon
Diffstat (limited to 'core/modules/xscreensaver/module.build')
-rw-r--r--core/modules/xscreensaver/module.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/xscreensaver/module.build b/core/modules/xscreensaver/module.build
index 676def43..e7e60e26 100644
--- a/core/modules/xscreensaver/module.build
+++ b/core/modules/xscreensaver/module.build
@@ -10,8 +10,10 @@ 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 \
- --with-dpms-ext --with-xinput-ext --with-xf86vmode-ext \
+ --without-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"