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:
3
Source/ThirdParty/SDL/SDL.Build.cs
vendored
3
Source/ThirdParty/SDL/SDL.Build.cs
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user