aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-01-17 16:30:47 +0100
committerIsaac Freund <ifreund@ifreund.xyz>2021-01-18 22:30:52 +0100
commit18bab45d4c12f64c3c28b07243c79e807fe45ccd (patch)
tree66b7c8dc19648280d7447ae5126c24964af07104 /build.zig
parent421c403cf50662aa0b4f02241ab727c41b30fa30 (diff)
downloadriver-18bab45d4c12f64c3c28b07243c79e807fe45ccd.tar.gz
river-18bab45d4c12f64c3c28b07243c79e807fe45ccd.tar.xz
riverctl: implement river-options interface
To make this cleaner, introduce some arg-parsing infrastructure that will useful when porting riverctl to river-control-v2 in the future as well.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 0c9c217..b8e847e 100644
--- a/build.zig
+++ b/build.zig
@@ -40,6 +40,7 @@ pub fn build(b: *zbs.Builder) !void {
const scanner = ScanProtocolsStep.create(b);
scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml");
+ scanner.addSystemProtocol("unstable/xdg-output/xdg-output-unstable-v1.xml");
scanner.addProtocolPath("protocol/river-control-unstable-v1.xml");
scanner.addProtocolPath("protocol/river-options-unstable-v1.xml");
scanner.addProtocolPath("protocol/river-status-unstable-v1.xml");