From 8594613f94a53663be754f511fe22de2634d6cbe Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Tue, 25 May 2021 18:26:38 +0200 Subject: LinuxBSD now compiles without vulkan/x11. --- platform/javascript/detect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/javascript') diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index d01e8a8bd4..da6adc4cd8 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -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), ] -- cgit v1.2.3