aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-04-26 21:03:28 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-04-27 00:10:20 +0200
commite80b883a47d0a2fe3d42f42d1eb56969728ea162 (patch)
tree6d81137a4b7afcc4cb1946b98f8fb79b11fc8dda /build.zig
parent871fc7c8de172365bd18456c799ec8aacea9ee4a (diff)
downloadriver-e80b883a47d0a2fe3d42f42d1eb56969728ea162.tar.gz
river-e80b883a47d0a2fe3d42f42d1eb56969728ea162.tar.xz
river-layout: update to v2
This implements the changes to the river-layout protocol proposed in the previous commit removing river-options.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 04ab4e9..a913616 100644
--- a/build.zig
+++ b/build.zig
@@ -65,7 +65,7 @@ pub fn build(b: *zbs.Builder) !void {
scanner.addSystemProtocol("unstable/pointer-constraints/pointer-constraints-unstable-v1.xml");
scanner.addProtocolPath("protocol/river-control-unstable-v1.xml");
scanner.addProtocolPath("protocol/river-status-unstable-v1.xml");
- scanner.addProtocolPath("protocol/river-layout-v1.xml");
+ scanner.addProtocolPath("protocol/river-layout-v2.xml");
scanner.addProtocolPath("protocol/wlr-layer-shell-unstable-v1.xml");
scanner.addProtocolPath("protocol/wlr-output-power-management-unstable-v1.xml");