Support XDG Desktop Portal as color picker provider

Wayland and XWayland fallback implementation uses XDP in
order to query picked color from desktop.
This commit is contained in:
2025-06-24 16:41:32 +03:00
parent d0b552d74a
commit 6d337464f7
46 changed files with 3636 additions and 14 deletions

View File

@@ -42,6 +42,9 @@ public class SDL : DepsModule
break;
case TargetPlatform.Linux:
options.OutputFiles.Add(Path.Combine(depsRoot, "libSDL3.a"));
options.PublicDependencies.Add("libportal");
break;
case TargetPlatform.Mac:
options.OutputFiles.Add(Path.Combine(depsRoot, "libSDL3.a"));
break;