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 - Define HAVE_VIDEO_VULKAN, so its availability is properly reported by cmake
Summary: Define HAVE_VIDEO_VULKAN, so its availability is properly reported by cmake
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-18 14:49 UTC by Tiago O.
Modified: 2018-09-18 15:54 UTC (History)
1 user (show)

See Also:


Attachments
Define HAVE_VIDEO_VULKAN (234 bytes, patch)
2018-09-18 14:49 UTC, Tiago O.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.