mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
configure.ac: Explicitly disable Vulkan support on Solaris.
Fixes #10100.
This commit is contained in:
@@ -2743,6 +2743,10 @@ CheckVulkan()
|
|||||||
#endif
|
#endif
|
||||||
]],[])], [],[enable_video_vulkan=no])
|
]],[])], [],[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*)
|
*-*-darwin*)
|
||||||
save_CFLAGS="$CFLAGS"
|
save_CFLAGS="$CFLAGS"
|
||||||
dnl Work around that we don't have Objective-C support in autoconf
|
dnl Work around that we don't have Objective-C support in autoconf
|
||||||
|
Reference in New Issue
Block a user