glfw: do not link to wayland-client (no longer necessary, loaded at runtime by GLFW)
This commit is contained in:
parent
8924e28caf
commit
8b41d754ee
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ fn linkGLFWDependencies(b: *Builder, step: *std.build.LibExeObjStep, options: Op
|
|||
else => {
|
||||
// Assume Linux-like
|
||||
if (options.wayland) {
|
||||
step.linkSystemLibraryName("wayland-client");
|
||||
step.defineCMacro("WL_MARSHAL_FLAG_DESTROY", null);
|
||||
}
|
||||
if (options.x11) {
|
||||
|
|
Loading…
Add table
Reference in a new issue