summaryrefslogtreecommitdiffstats
path: root/core/modules/xscreensaver/module.build
diff options
context:
space:
mode:
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"