mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
build: gtk needs imgui
This commit is contained in:
@ -865,10 +865,9 @@ fn addDeps(
|
|||||||
step.linkSystemLibrary2("gtk4", dynamic_link_opts);
|
step.linkSystemLibrary2("gtk4", dynamic_link_opts);
|
||||||
|
|
||||||
// Must also link to imgui but only for tests.
|
// Must also link to imgui but only for tests.
|
||||||
if (step.kind == .@"test") {
|
step.addModule("imgui", imgui.module(b));
|
||||||
const imgui_step = try imgui.link(b, step, imgui_opts);
|
const imgui_step = try imgui.link(b, step, imgui_opts);
|
||||||
try glfw.link(b, imgui_step, glfw_opts);
|
try glfw.link(b, imgui_step, glfw_opts);
|
||||||
}
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user