Преглед на файлове

configure.ac: Explicitly disable Vulkan support on Solaris.

Fixes #10100.
Ryan C. Gordon преди 1 година
родител
ревизия
b23343b7cd
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      configure.ac

+ 4 - 0
configure.ac

@@ -2743,6 +2743,10 @@ CheckVulkan()
                   #endif
                 ]],[])], [],[enable_video_vulkan=no])
                 ;;
+            *-*-solaris*)
+dnl             Strictly speaking, what's missing here is libxcb. Even without Vulkan support at the OS level, it should still compile if we had that.
+                enable_video_vulkan=no
+                ;;
             *-*-darwin*)
                 save_CFLAGS="$CFLAGS"
 dnl             Work around that we don't have Objective-C support in autoconf