[PATCH vkd3d 1/2] build: Disable demos by default.

Henri Verbeet hverbeet at gmail.com
Thu Aug 16 03:13:37 CDT 2018


On 15 August 2018 at 20:43, Józef Kucia <joseph.kucia at gmail.com> wrote:
> diff --git a/configure.ac b/configure.ac
> index 2773a155cd78..a6104498a2f9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -10,6 +10,7 @@ AC_ARG_VAR([CROSSCC32], [32-bit Windows cross compiler])
>  AC_ARG_VAR([CROSSCC64], [64-bit Windows cross compiler])
>  AC_ARG_WITH([spirv-tools], AS_HELP_STRING([--with-spirv-tools],
>                                            [Build with SPIRV-Tools library (default: disabled)]))
> +AC_ARG_ENABLE([demos], AS_HELP_STRING([--enable-demos], [Build demo programs (default: disabled)]))
>
>  AC_USE_SYSTEM_EXTENSIONS
>
Hardly critical, but should there be a line in the configure summary about this?



More information about the wine-devel mailing list