Merge pull request #70677 from Riteo/x11-no-vulkan
Allow building X11 without Vulkan
This commit is contained in:
commit
e56b16f010
|
@ -339,9 +339,6 @@ def configure(env: "Environment"):
|
|||
env.Prepend(CPPPATH=["#platform/linuxbsd"])
|
||||
|
||||
if env["x11"]:
|
||||
if not env["vulkan"]:
|
||||
print("Error: X11 support requires vulkan=yes")
|
||||
env.Exit(255)
|
||||
env.Append(CPPDEFINES=["X11_ENABLED"])
|
||||
|
||||
env.Append(CPPDEFINES=["UNIX_ENABLED"])
|
||||
|
|
Loading…
Reference in New Issue