On Tue, Jul 19, 2016 at 12:45:54PM +0200, Andreas Boll wrote:
> The help string wasn't updated in cbc37f7.
> 
> Fixes: cbc37f7 ("anv: install the intel_icd.json to ${datarootdir} by
> default")
> 
> Signed-off-by: Andreas Boll <[email protected]>

Good catch!
Reviewed-by: Eric Engestrom <[email protected]>

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 54416b4..6ea1f2c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1648,7 +1648,7 @@ esac
>  
>  AC_ARG_WITH([vulkan-icddir],
>      [AS_HELP_STRING([--with-vulkan-icddir=DIR],
> -        [directory for the Vulkan driver icd files 
> @<:@${sysconfdir}/vulkan/icd.d@:>@])],
> +        [directory for the Vulkan driver icd files 
> @<:@${datarootdir}/vulkan/icd.d@:>@])],
>      [VULKAN_ICD_INSTALL_DIR="$withval"],
>      [VULKAN_ICD_INSTALL_DIR='${datarootdir}/vulkan/icd.d'])
>  AC_SUBST([VULKAN_ICD_INSTALL_DIR])
> -- 
> 2.1.4
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to