[PATCH 1/4] configure.ac: On MinGW force --disable-xorg and --disable-xv, and --disable-dmx by default
Yaakov (Cygwin/X)
yselkowitz at users.sourceforge.net
Wed Apr 25 14:49:34 PDT 2012
On 2012-04-25 07:11, Jon TURNEY wrote:
> diff --git a/configure.ac b/configure.ac
> index 4afac82..868e086 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -715,6 +715,9 @@ case $host_os in
> XV=no
> SYMBOL_VISIBILITY=no
> ;;
> + mingw*)
> + XV=no
> + ;;
> darwin*)
> PCI=no
> INT10MODULE=no
Can't we make the cygwin* case here into cygwin*|mingw*?
With that change, for the series:
Reviewed-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Yaakov
Cygwin/X
More information about the xorg-devel
mailing list