summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-06-24 16:35:05 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-07-05 12:17:34 +0100
commitcbc37f72e3d0d50a2200d6e6520e22dd5992adb5 (patch)
tree69eeec2c48688290ce4de472635d61f2107dede7 /configure.ac
parent744d0d8f3b03b43de19941595f9bd900c7e4b510 (diff)
downloadexternal_mesa3d-cbc37f72e3d0d50a2200d6e6520e22dd5992adb5.zip
external_mesa3d-cbc37f72e3d0d50a2200d6e6520e22dd5992adb5.tar.gz
external_mesa3d-cbc37f72e3d0d50a2200d6e6520e22dd5992adb5.tar.bz2
anv: install the intel_icd.json to ${datarootdir} by default
As mentioned by the spec (and used by Archlinux and Debian) default to ${datarootdir} as opposed to ${sysconfdir} for the default location. Cc: Jason Ekstrand <jason@jlekstrand.net> Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d32c53..c2525d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1640,7 +1640,7 @@ AC_ARG_WITH([vulkan-icddir],
[AS_HELP_STRING([--with-vulkan-icddir=DIR],
[directory for the Vulkan driver icd files @<:@${sysconfdir}/vulkan/icd.d@:>@])],
[VULKAN_ICD_INSTALL_DIR="$withval"],
- [VULKAN_ICD_INSTALL_DIR='${sysconfdir}/vulkan/icd.d'])
+ [VULKAN_ICD_INSTALL_DIR='${datarootdir}/vulkan/icd.d'])
AC_SUBST([VULKAN_ICD_INSTALL_DIR])
if test -n "$with_vulkan_drivers"; then