We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4262

Summary: Define HAVE_VIDEO_VULKAN, so its availability is properly reported by cmake
Product: SDL Reporter: Tiago O. <toacn-foss>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   
Attachments: Define HAVE_VIDEO_VULKAN

Description Tiago O. 2018-09-18 14:49:22 UTC
Created attachment 3306 [details]
Define HAVE_VIDEO_VULKAN

Cmake terminal output will show "(Wanted: ON): OFF" if it's not defined.
Comment 1 Ryan C. Gordon 2018-09-18 15:54:18 UTC
I changed it from ON to TRUE, to match the rest of the options in the CMakeLists.txt, but otherwise it's a good patch:

Committed as: https://hg.libsdl.org/SDL/rev/367b9a5e9622

Thanks!

--ryan.