diff options
author | Jason Ekstrand <[email protected]> | 2016-10-20 16:04:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-10-21 09:30:24 -0700 |
commit | 3f05fc62f924c051bdb883482452fb37650d5768 (patch) | |
tree | 86ce4d95371b6fd7af11bf5117113decd439a712 | |
parent | 7ea4ef8849c5cc158adbdff1187b91f591552196 (diff) |
configure: Get rid of the --disable-vulkan-icd-full-driver-path flag
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Cc: "13.0" <[email protected]>
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 797c2de6163..30817d867f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1674,13 +1674,6 @@ AC_ARG_WITH([vulkan-icddir], [VULKAN_ICD_INSTALL_DIR='${datarootdir}/vulkan/icd.d']) AC_SUBST([VULKAN_ICD_INSTALL_DIR]) -AC_ARG_ENABLE([vulkan-icd-full-driver-path], - [AS_HELP_STRING([--disable-vulkan-icd-full-driver-path], - [create Vulkan ICD files with just a .so name and no path])], - [vulkan_icd_driver_path="$enableval"], - [vulkan_icd_driver_path="yes"]) -AM_CONDITIONAL(VULKAN_ICD_DRIVER_PATH, test "x$vulkan_icd_driver_path" = xyes) - if test -n "$with_vulkan_drivers"; then VULKAN_DRIVERS=`IFS=', '; echo $with_vulkan_drivers` for driver in $VULKAN_DRIVERS; do |