mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
wayland: Include a script for regenerating protocol headers/source.
This commit is contained in:
parent
3db7a6fbd4
commit
24cbc5a198
1 changed files with 7 additions and 0 deletions
7
wayland-regenerate.sh
Executable file
7
wayland-regenerate.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This script is used to regenerate xdg-shell-protocol public code and headers
|
||||
# from the XML specification.
|
||||
|
||||
wayland-scanner public-code /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml Source/wayland/xdg-shell-protocol.c
|
||||
wayland-scanner client-header /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml Headers/wayland/xdg-shell-client-protocol.h
|
Loading…
Reference in a new issue