Skip to content

Commit a635076

Browse files
committed
update to Zig 0.15.1
1 parent 23bedef commit a635076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn build(b: *std.Build) void {
4949

5050
const config_header = b.addConfigHeader(.{}, .{
5151
.EXIT_INVALID_USAGE = 2,
52-
.LIBXKBCOMMON_VERSION = b.fmt("{}", .{version}),
52+
.LIBXKBCOMMON_VERSION = b.fmt("{f}", .{version}),
5353
.LIBXKBCOMMON_TOOL_PATH = b.pathJoin(&.{ b.install_prefix, "libexec/xkbcommon" }),
5454
._GNU_SOURCE = 1,
5555
.DFLT_XKB_CONFIG_ROOT = xkb_config_root,

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.{
22
.name = .libxkbcommon,
33
.version = "1.11.0",
4-
.minimum_zig_version = "0.14.0",
4+
.minimum_zig_version = "0.15.1",
55
.dependencies = .{
66
.libxkbcommon = .{
77
.url = "git+https://github.com/xkbcommon/libxkbcommon.git?ref=xkbcommon-1.11.0#0f9cefb1fedb23433666fa5d9045e48ff030c006",
88
.hash = "N-V-__8AAFRAZAD02nId1w02lyWXmN-hvo873BSh9wZDxjSN",
99
},
1010
.libxml2 = .{
11-
.url = "git+https://github.com/allyourcodebase/libxml2.git?ref=2.14.3#2fe1a209680cffa7f2c8b2f36228c519da26d0f8",
12-
.hash = "libxml2-2.14.3-qHdjhm8-AADj87LUvzLuq5RnsoKBZCsh1dMCP3yCI2hc",
11+
.url = "git+https://github.com/allyourcodebase/libxml2.git?ref=2.14.3-4#86c4742a9becd6c86dc79180f806ed344fd2a727",
12+
.hash = "libxml2-2.14.3-4-qHdjhn9FAACpyisv_5DDFVQlegox6QE3mTpdlr44RcbT",
1313
.lazy = true,
1414
},
1515
},

0 commit comments

Comments
 (0)