[PATCH] configure: disables xvfb by default

Peter Hutterer peter.hutterer at who-t.net
Fri Jul 17 07:02:51 PDT 2009


On Fri, Jul 17, 2009 at 03:14:22PM +0300, Tiago Vignatti wrote:
> It ease developer's work.

It doesn't. anything not enabled by default becomes essentially
unmaintained.

Look at Xnest and dmx. They started being somewhat broken but quite easily
fixable and then got worse. AFAICT, now both are at a point where it needs
some serious time investment to fix them up again - delaying the point until
they will get fixed even further. I venture that if we had kept them enabled
most of it would have been fixed on the way (you may rightly point out that
was me who disabled Xnest. doesn't mean I still think it's a good idea)

It's bad enough that we don't (or can't) test everything. anything you throw
out of the compiler tests is on a downhill slope.

Cheers,
  Peter

> Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 2439820..53cd699 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -591,7 +591,7 @@ AC_ARG_ENABLE(pci,            AS_HELP_STRING([--enable-pci], [Build Xorg with pc
>  dnl DDXes.
>  AC_ARG_ENABLE(xorg,    	      AS_HELP_STRING([--enable-xorg], [Build Xorg server (default: auto)]), [XORG=$enableval], [XORG=auto])
>  AC_ARG_ENABLE(dmx,    	      AS_HELP_STRING([--enable-dmx], [Build DMX server (default: no)]), [DMX=$enableval], [DMX=no])
> -AC_ARG_ENABLE(xvfb,    	      AS_HELP_STRING([--enable-xvfb], [Build Xvfb server (default: yes)]), [XVFB=$enableval], [XVFB=yes])
> +AC_ARG_ENABLE(xvfb,    	      AS_HELP_STRING([--enable-xvfb], [Build Xvfb server (default: no)]), [XVFB=$enableval], [XVFB=no])
>  AC_ARG_ENABLE(xnest,   	      AS_HELP_STRING([--enable-xnest], [Build Xnest server (default: no)]), [XNEST=$enableval], [XNEST=no])
>  AC_ARG_ENABLE(xquartz,        AS_HELP_STRING([--enable-xquartz], [Build Xquartz server for OS-X (default: auto)]), [XQUARTZ=$enableval], [XQUARTZ=auto])
>  AC_ARG_ENABLE(standalone-xpbproxy, AS_HELP_STRING([--enable-standalone-xpbproxy], [Build a standalone xpbproxy (in addition to the one integrated into Xquartz as a separate thread) (default: no)]), [STANDALONE_XPBPROXY=$enableval], [STANDALONE_XPBPROXY=no])
> -- 
> 1.5.6.3



More information about the xorg-devel mailing list