mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
c2a6eeaf5e
commit
d052782caf
@ -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>
|
2007-12-18 Iain Holmes <iain@gnome.org>
|
||||||
|
|
||||||
* configure.in, src/theme.c, src/display.c,
|
* configure.in, src/theme.c, src/display.c,
|
||||||
|
@ -223,8 +223,8 @@ if test x$enable_compositor = xyes; then
|
|||||||
have_xcomposite=yes
|
have_xcomposite=yes
|
||||||
echo "CompositeExt support forced on"
|
echo "CompositeExt support forced on"
|
||||||
elif test x$enable_compositor = xauto; then
|
elif test x$enable_compositor = xauto; then
|
||||||
echo "Not building compositing manager by default now, must enable explicitly to get it."
|
echo "Building compositing manager by default now."
|
||||||
have_xcomposite=no
|
have_xcomposite=yes
|
||||||
else
|
else
|
||||||
have_xcomposite=no
|
have_xcomposite=no
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user