Implement Wayland protocols module and file generation

This commit is contained in:
2025-01-02 22:33:05 +02:00
parent 8e26b14aab
commit 7673ada35f
4 changed files with 131 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ public class Platform : EngineModule
options.SourcePaths.Add(Path.Combine(FolderPath, "SDL"));
break;
}
if (options.Platform.Target == TargetPlatform.Linux)
options.PublicDependencies.Add("Wayland");
}
if (options.Target.IsEditor)
{