From 95c68d2b108b51dfbb3b83c6af079560528d7f0a Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 30 Apr 2012 15:02:34 -0300 Subject: [PATCH] Scare people away from --enable-xrandr Xrandr support is currently very primitive and stupid, but people do not seem to be aware of its problems and still enable it in distros. Try to scare them to not do that. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9cf51077..054d76ad 100644 --- a/configure.ac +++ b/configure.ac @@ -458,7 +458,7 @@ fi dnl XRandR support dnl ============== xrandr=no -AC_ARG_ENABLE(xrandr, AS_HELP_STRING([--enable-xrandr], [enable XRandR window extension support]), +AC_ARG_ENABLE(xrandr, AS_HELP_STRING([--enable-xrandr], [enable XRandR window extension support (NOT recommended, buggy)]), xrandr=$enableval, xrandr=no) added_xext=no