[Mesa-dev] [PATCH] configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string too
Eric Engestrom
eric.engestrom at imgtec.com
Tue Jul 19 11:05:06 UTC 2016
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 <andreas.boll.dev at gmail.com>
Good catch!
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> 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
More information about the mesa-dev
mailing list