summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2017-08-20 09:11:26 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2017-08-20 09:18:39 +0200
commit82d9419f62c90cecc13c492e3b68feebe0229daa (patch)
tree4baddc4c4957265991b7c5a99915d36779498d99 /wscript
parenta82007dd1ec8178589adc9dac89dcc42117812ce (diff)
downloadmpv-82d9419f62c90cecc13c492e3b68feebe0229daa.tar.bz2
mpv-82d9419f62c90cecc13c492e3b68feebe0229daa.tar.xz
Revert "x11: drop xscrnsaver use"
This broke screensaver/powersave inhibition with at least KDE and LXDE. This is a release blocker. Since fdo, KDE and GNOME idiots seem to be unable to reach a consensus on a simple protocol, this seems unlikely to get fixed upstream this year, so revert this change. Fixes #4752. Breaks #4706 but I don’t give a damn. This reverts commit 3f75b3c3439241c209349908fa190c0382e44f05.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 2fb995041f..20241b1697 100644
--- a/wscript
+++ b/wscript
@@ -578,6 +578,7 @@ video_output_features = [
'name': '--x11',
'desc': 'X11',
'func': check_pkg_config('x11', '>= 1.0.0',
+ 'xscrnsaver', '>= 1.0.0',
'xext', '>= 1.0.0',
'xinerama', '>= 1.0.0',
'xrandr', '>= 1.2.0'),