Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit d7d4fcb

Browse files
committed
???
1 parent 6383246 commit d7d4fcb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

source/angle/Build.hx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,14 @@ class Build
283283
renderingBackends.push('angle_use_custom_libvulkan=false'); // Use system Vulkan loader
284284

285285
if (buildPlatform == 'linux')
286+
{
287+
renderingBackends.push('angle_use_x11=true'); // Enable X11 backend
288+
renderingBackends.push('angle_use_wayland=true'); // Enable Wayland backend
286289
renderingBackends.push('use_ozone=true'); // Enable Ozone backend for Linux
290+
renderingBackends.push('ozone_auto_platforms=false');
291+
renderingBackends.push('ozone_platform_x11=true');
292+
renderingBackends.push('ozone_platform_wayland=true');
293+
}
287294

288295
if (buildPlatform == 'windows')
289296
{

0 commit comments

Comments
 (0)