convertablet/wayland-protos/codegen.sh

7 lines
176 B
Bash
Executable file

#!/bin/sh
PROTO_NAME=wlr-output-management-unstable-v1
wayland-scanner private-code $PROTO_NAME.xml $PROTO_NAME.c
wayland-scanner client-header $PROTO_NAME.xml $PROTO_NAME.h