diff options
author | Andreas Boll <[email protected]> | 2016-07-19 12:30:40 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2016-07-19 16:04:01 +0200 |
commit | d66cb7c84f2b35b76ad47f6f9add2c0512375815 (patch) | |
tree | ba4507118fadfdc0012a8d1490a124dfac9ce4c0 /configure.ac | |
parent | 8ba46fbd9ec7a1214882bcfd3de1835a6237b6d1 (diff) |
configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string too
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]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Cc: [email protected]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 54416b472bb..6ea1f2c6a2f 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]) |