summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-08 12:55:41 +0200
committerwm4 <wm4@nowhere>2017-08-08 12:55:41 +0200
commit3f75b3c3439241c209349908fa190c0382e44f05 (patch)
treeb6e8b518e68df2f5e94b121e0fc2348e255036a7 /wscript
parenta434892208559232d108b512f9ed30527e646d9d (diff)
downloadmpv-3f75b3c3439241c209349908fa190c0382e44f05.tar.bz2
mpv-3f75b3c3439241c209349908fa190c0382e44f05.tar.xz
x11: drop xscrnsaver use
It's an ancient X11 protocol extension that apparently nobody uses anymore (desktop environments in particular have replaced it with equally bad protocols that require tons of dependencies). Users keep complaining about it being a required dependency. The impact is likely minimal to none. Fixes #4706 and other annoying people.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index ad57df9d67..feb20851a3 100644
--- a/wscript
+++ b/wscript
@@ -578,7 +578,6 @@ 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'),