summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce38279235..5fa0c4cd67 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Example:
Essential dependencies (incomplete list):
- gcc or clang
-- X development headers (xlib, xrandr, xext, xscrnsaver, xinerama, libvdpau,
+- X development headers (xlib, xrandr, xext, xinerama, libvdpau,
libGL, GLX, EGL, xv, ...)
- Audio output development headers (libasound/ALSA, pulseaudio)
- FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter