From 3f75b3c3439241c209349908fa190c0382e44f05 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 8 Aug 2017 12:55:41 +0200 Subject: 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. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') 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'), -- cgit v1.2.3