1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

LinuxBSD now compiles without vulkan/x11.

This commit is contained in:
Fabio Alessandrelli
2021-05-25 18:26:38 +02:00
parent ae04dac2db
commit 8594613f94
8 changed files with 36 additions and 182 deletions

View File

@@ -53,6 +53,7 @@ def get_flags():
# in this platform. For the available networking methods, the browser
# manages TLS.
("module_mbedtls_enabled", False),
("vulkan", False),
]