glfw: do not link to wayland-client (no longer necessary, loaded at runtime by GLFW)
This commit is contained in:
parent
d8f89efef2
commit
bb503b6928
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue