configure: Get rid of the --disable-vulkan-icd-full-driver-path flag
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 20 Oct 2016 23:04:36 +0000 (16:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 21 Oct 2016 16:30:24 +0000 (09:30 -0700)
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
configure.ac

index 797c2de616315d7eafe90c1f9b649e8c4f2b9490..30817d867f9a55f4aa42119f41af82ca6a3967fe 100644 (file)
@@ -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