diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-12 13:37:18 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-12 13:37:18 +0200 |
| commit | 57a811583ce9ad4df0b1a55c9d4472873630a3d8 (patch) | |
| tree | ce3c93cbe72fd6f7095b8f03b1dec2d9d5c2893a /scan-protocols.sh | |
| parent | 236c0102e1192b6136054b2a9127ebdd2d4c0338 (diff) | |
| download | river-57a811583ce9ad4df0b1a55c9d4472873630a3d8.tar.gz river-57a811583ce9ad4df0b1a55c9d4472873630a3d8.tar.xz | |
Move protocol scanning to build.zig
Diffstat (limited to 'scan-protocols.sh')
| -rwxr-xr-x | scan-protocols.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scan-protocols.sh b/scan-protocols.sh deleted file mode 100755 index 17da8bd..0000000 --- a/scan-protocols.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -wayland-scanner server-header protocol/xdg-shell.xml protocol/xdg-shell-protocol.h -wayland-scanner private-code protocol/xdg-shell.xml protocol/xdg-shell-protocol.c - -wayland-scanner server-header protocol/wlr-layer-shell-unstable-v1.xml protocol/wlr-layer-shell-unstable-v1-protocol.h -wayland-scanner private-code protocol/wlr-layer-shell-unstable-v1.xml protocol/wlr-layer-shell-unstable-v1-protocol.c |
