diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-17 16:30:47 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-18 22:30:52 +0100 |
| commit | 18bab45d4c12f64c3c28b07243c79e807fe45ccd (patch) | |
| tree | 66b7c8dc19648280d7447ae5126c24964af07104 /build.zig | |
| parent | 421c403cf50662aa0b4f02241ab727c41b30fa30 (diff) | |
| download | river-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.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |
