glfw: do not link to wayland-client (no longer necessary, loaded at runtime by GLFW)

This commit is contained in:
PiergiorgioZagaria 2022-06-29 07:27:23 +02:00 committed by Stephen Gutekanst
parent 8924e28caf
commit 8b41d754ee

View file

@ -169,7 +169,6 @@ fn linkGLFWDependencies(b: *Builder, step: *std.build.LibExeObjStep, options: Op
else => { else => {
// Assume Linux-like // Assume Linux-like
if (options.wayland) { if (options.wayland) {
step.linkSystemLibraryName("wayland-client");
step.defineCMacro("WL_MARSHAL_FLAG_DESTROY", null); step.defineCMacro("WL_MARSHAL_FLAG_DESTROY", null);
} }
if (options.x11) { if (options.x11) {