You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Allow building X11 without Vulkan
This limit was likely introduced when Vulkan was the only option.
This commit is contained in:
@@ -339,9 +339,6 @@ def configure(env: "Environment"):
|
|||||||
env.Prepend(CPPPATH=["#platform/linuxbsd"])
|
env.Prepend(CPPPATH=["#platform/linuxbsd"])
|
||||||
|
|
||||||
if env["x11"]:
|
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=["X11_ENABLED"])
|
||||||
|
|
||||||
env.Append(CPPDEFINES=["UNIX_ENABLED"])
|
env.Append(CPPDEFINES=["UNIX_ENABLED"])
|
||||||
|
|||||||
Reference in New Issue
Block a user