compositor enabled by default.

2007-12-18  Thomas Thurman  <tthurman@gnome.org>

        * configure.in: compositor enabled by default.


svn path=/trunk/; revision=3484
This commit is contained in:
Thomas Thurman 2007-12-19 04:34:11 +00:00 committed by Thomas James Alexander Thurman
parent c2a6eeaf5e
commit d052782caf
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-18 Thomas Thurman <tthurman@gnome.org>
* configure.in: compositor enabled by default.
2007-12-18 Iain Holmes <iain@gnome.org>
* configure.in, src/theme.c, src/display.c,

View File

@ -223,8 +223,8 @@ if test x$enable_compositor = xyes; then
have_xcomposite=yes
echo "CompositeExt support forced on"
elif test x$enable_compositor = xauto; then
echo "Not building compositing manager by default now, must enable explicitly to get it."
have_xcomposite=no
echo "Building compositing manager by default now."
have_xcomposite=yes
else
have_xcomposite=no
fi