Peter Hutterer wrote:

  Nothing agains't disabling it. But it should be building
since commit 6ef46c40e62def4841a4cff4e0b443516a2ed782, and
have "the same problems" as kdrive based servers.

  Since this is probably a case of "nobody cares" to maintain,
then it should be better to just remove it. As it is really
only useful for being a "simpler" version of Xephyr, and only
barely useful for things like "debug grabs" on toolkit codes...

>  configure.ac |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> New commits:
> commit 82fc102568b3d6b0daeb6c5f5b3a1310a7f14fcd
> Author: Peter Hutterer <peter.hutte...@redhat.com>
> Date:   Wed Jan 28 07:51:32 2009 +1000
>
>     Disable Xnest by default.
>
>     Xneest doesn't build right now and is in the process of being removed.
> So
>     let's not build it by default.
>
> diff --git a/configure.ac b/configure.ac
> index 38397fc..71d37df 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -581,7 +581,7 @@ 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(xnest,               AS_HELP_STRING([--enable-xnest], [Build
> Xnest server (default: auto)]), [XNEST=$enableval], [XNEST=auto])
> +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 addigion to the one integrated into Xquartz as a separate
> thread) (default: no)]), [STANDALONE_XPBPROXY=$enableval],
> [STANDALONE_XPBPROXY=no])
>  AC_ARG_ENABLE(xwin,                AS_HELP_STRING([--enable-xwin], [Build 
> XWin
> server (default: auto)]), [XWIN=$enableval], [XWIN=auto])

Paulo

_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to