convertablet/wayland-protos/codegen.sh

7 lines
176 B
Bash
Raw Normal View History

2023-07-11 15:55:43 +00:00
#!/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