diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-05-25 18:26:38 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-06-01 16:27:54 +0200 |
commit | 8594613f94a53663be754f511fe22de2634d6cbe (patch) | |
tree | 14f6d6d153b8de56d2cbd4ed32002e45c495a5fd /SConstruct | |
parent | ae04dac2db36ca13ea3ccbed70a2a8d23f8b73d5 (diff) |
LinuxBSD now compiles without vulkan/x11.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 8ac21c0bdc..f8e3a68edd 100644 --- a/SConstruct +++ b/SConstruct @@ -123,6 +123,7 @@ opts.Add(BoolVariable("use_lto", "Use link-time optimization", False)) opts.Add(BoolVariable("deprecated", "Enable deprecated features", True)) opts.Add(BoolVariable("minizip", "Enable ZIP archive support using minizip", True)) opts.Add(BoolVariable("xaudio2", "Enable the XAudio2 audio driver", False)) +opts.Add(BoolVariable("vulkan", "Enable the vulkan video driver", True)) opts.Add("custom_modules", "A list of comma-separated directory paths containing custom modules to build.", "") opts.Add(BoolVariable("custom_modules_recursive", "Detect custom modules recursively for each specified path.", True)) |