mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
Merge pull request #2059 from x123/x123-fix-vaxis-dep-issue
fix: vaxis recursive deps issue
This commit is contained in:
@ -1018,6 +1018,9 @@ fn addDeps(
|
|||||||
const vaxis_dep = b.dependency("vaxis", .{
|
const vaxis_dep = b.dependency("vaxis", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
.libxev = false,
|
||||||
|
.images = false,
|
||||||
|
.text_input = false,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Wasm we do manually since it is such a different build.
|
// Wasm we do manually since it is such a different build.
|
||||||
|
Reference in New Issue
Block a user