diff --git a/build.zig b/build.zig index d1bf39f..1a7c3af 100644 --- a/build.zig +++ b/build.zig @@ -49,7 +49,7 @@ pub fn build(b: *std.Build) void { const config_header = b.addConfigHeader(.{}, .{ .EXIT_INVALID_USAGE = 2, - .LIBXKBCOMMON_VERSION = b.fmt("{}", .{version}), + .LIBXKBCOMMON_VERSION = b.fmt("{f}", .{version}), .LIBXKBCOMMON_TOOL_PATH = b.pathJoin(&.{ b.install_prefix, "libexec/xkbcommon" }), ._GNU_SOURCE = 1, .DFLT_XKB_CONFIG_ROOT = xkb_config_root, diff --git a/build.zig.zon b/build.zig.zon index 1fc92d2..56bc15e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,15 +1,15 @@ .{ .name = .libxkbcommon, .version = "1.11.0", - .minimum_zig_version = "0.14.0", + .minimum_zig_version = "0.15.1", .dependencies = .{ .libxkbcommon = .{ .url = "git+https://github.com/xkbcommon/libxkbcommon.git?ref=xkbcommon-1.11.0#0f9cefb1fedb23433666fa5d9045e48ff030c006", .hash = "N-V-__8AAFRAZAD02nId1w02lyWXmN-hvo873BSh9wZDxjSN", }, .libxml2 = .{ - .url = "git+https://github.com/allyourcodebase/libxml2.git?ref=2.14.3#2fe1a209680cffa7f2c8b2f36228c519da26d0f8", - .hash = "libxml2-2.14.3-qHdjhm8-AADj87LUvzLuq5RnsoKBZCsh1dMCP3yCI2hc", + .url = "git+https://github.com/allyourcodebase/libxml2.git?ref=2.14.3-4#86c4742a9becd6c86dc79180f806ed344fd2a727", + .hash = "libxml2-2.14.3-4-qHdjhn9FAACpyisv_5DDFVQlegox6QE3mTpdlr44RcbT", .lazy = true, }, },