From 898e3b2a81b0c5966ffe9f85cc2a47b54fda23cc Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 10 Dec 2011 11:07:28 -0500 Subject: Fixing up the configure script to disable compositing by default. --- configure.in | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/configure.in b/configure.in index 6a9aba1..8b93a8a 100644 --- a/configure.in +++ b/configure.in @@ -352,11 +352,6 @@ AC_ARG_ENABLE(nls, ) AC_SUBST(NLS) - - - - - dnl Check for new timed pixmap cache AC_MSG_CHECKING([whether to use the new timed pixmap cache]) AC_ARG_ENABLE( @@ -372,7 +367,6 @@ AC_ARG_ENABLE( AC_DEFINE(TIMEDCACHE, 1, "timed cache") ) - AC_MSG_CHECKING([whether to have Xft support]) AM_PATH_XFT(yes, XFT=true, @@ -640,7 +634,7 @@ enableval="yes" AC_MSG_CHECKING([whether fbcompose should be built]) AC_ARG_ENABLE(fbcompose, AC_HELP_STRING([--enable-fbcompose], - [build the fluxbox compositor [default=yes]]), , + [build the fluxbox compositor (ALPHA QUALITY) [default=no]]), , [enableval=yes]) if test "x$enableval" = "xyes"; then AC_MSG_RESULT([yes]) @@ -665,8 +659,8 @@ enableval="yes" AC_MSG_CHECKING([whether to have XRender compositing support]) AC_ARG_ENABLE(xrender-compositing, AC_HELP_STRING([--enable-xrender-compositing], - [XRender support for fbcompose [default=yes]]), , - [enableval=yes]) + [XRender support for fbcompose [default=no]]), , + [enableval=no]) if test "x$enableval" = "xyes" -a "x$BUILD_FBCOMPOSE" = "xtrue"; then AC_MSG_RESULT([yes]) AC_CHECK_LIB([dl], [dlopen], @@ -698,8 +692,8 @@ enableval="yes" AC_MSG_CHECKING([whether to have OpenGL compositing support]) AC_ARG_ENABLE(opengl-compositing, AC_HELP_STRING([--enable-opengl-compositing], - [OpenGL support for fbcompose [default=yes]]), , - [enableval=yes]) + [OpenGL support for fbcompose [default=no]]), , + [enableval=no]) if test "x$enableval" = "xyes" -a "x$BUILD_FBCOMPOSE" = "xtrue"; then AC_MSG_RESULT([yes]) AC_CHECK_LIB([dl], [dlopen], -- cgit v0.11.2