[PATCH 2/5] Only build the quartzdrv on Mac OS X and add an option to disable it in configure.

Alexandre Julliard julliard at winehq.org
Mon Oct 23 09:31:54 CDT 2006


Pierre d'Herbemont <pdherbemont at free.fr> writes:

> @@ -19,6 +19,12 @@ AC_ARG_WITH(opengl,    AC_HELP_STRING([-
>  AC_ARG_WITH(curses,    AC_HELP_STRING([--without-curses],[do not use curses]))
>  AC_ARG_WITH(wine-tools,AC_HELP_STRING([--with-wine-tools=<dir>],[use Wine tools from directory <dir>]))
>  
> +case $host_os in
> +  darwin*|macosx*)
> +    AC_ARG_ENABLE(quartz, AC_HELP_STRING([--disable-quartz], [do not build the quartz video driver on Mac OS X]))
> +  ;;
> +esac

Why would you need to disable it?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list