diff options
| author | Marten Ringwelski <git@maringuu.de> | 2021-02-14 19:32:04 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-02-15 18:18:18 +0100 |
| commit | 870f0b746eb28c51a75b6c8c7521abd7143902d4 (patch) | |
| tree | 228046ed4801a008eb392863c769c96f0ba18d75 /build.zig | |
| parent | 6470d8c776343fed30032ad96f75f7d78aac0a18 (diff) | |
| download | river-870f0b746eb28c51a75b6c8c7521abd7143902d4.tar.gz river-870f0b746eb28c51a75b6c8c7521abd7143902d4.tar.xz | |
Implement pointer-gestures-unstable-v1
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/pointer-gestures/pointer-gestures-unstable-v1.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"); |
