diff options
| author | Marten Ringwelski <git@maringuu.de> | 2020-10-27 11:17:19 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-10-31 19:11:22 +0100 |
| commit | d821f6b0dc6a26054064e58ad893f7e98456f527 (patch) | |
| tree | 2cf3eba8bffc439a1927343617cae801f25ba7b6 /build.zig | |
| parent | 773c5ff687742f3b56132ce9e7a2f21627e33714 (diff) | |
| download | river-d821f6b0dc6a26054064e58ad893f7e98456f527.tar.gz river-d821f6b0dc6a26054064e58ad893f7e98456f527.tar.xz | |
Implement wlr-output-power-management-unstable-v1 protocol
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -153,6 +153,7 @@ const ScanProtocolsStep = struct { const protocol_dir_paths = [_][]const []const u8{ &[_][]const u8{ protocol_dir, "stable/xdg-shell/xdg-shell.xml" }, &[_][]const u8{ "protocol", "wlr-layer-shell-unstable-v1.xml" }, + &[_][]const u8{ "protocol", "wlr-output-power-management-unstable-v1.xml" }, &[_][]const u8{ "protocol", "river-control-unstable-v1.xml" }, &[_][]const u8{ "protocol", "river-status-unstable-v1.xml" }, }; @@ -160,6 +161,7 @@ const ScanProtocolsStep = struct { const server_protocols = [_][]const u8{ "xdg-shell", "wlr-layer-shell-unstable-v1", + "wlr-output-power-management-unstable-v1", "river-control-unstable-v1", "river-status-unstable-v1", }; |
