This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 95c68d2b108b51dfbb3b83c6af079560528d7f0a (commit)
from 1bcfb89cd14742e49e36b5a67eaee2502e2e40a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/95c68d2b108b51dfbb3b83c6af079560528d7f0a
commit 95c68d2b108b51dfbb3b83c6af079560528d7f0a
Author: Carlos R. Mafra <[email protected]>
Date: Mon Apr 30 15:02:34 2012 -0300
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.
diff --git a/configure.ac b/configure.ac
index 9cf5107..054d76a 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
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].