diff options
| -rw-r--r-- | pkg/wayland-protocols/gen.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua index 3ff413bc..ac5b5ce3 100644 --- a/pkg/wayland-protocols/gen.lua +++ b/pkg/wayland-protocols/gen.lua @@ -5,6 +5,11 @@ waylandproto('stable/presentation-time/presentation-time.xml', { code='presentation-time-protocol.c', }) +waylandproto('stable/viewporter/viewporter.xml', { + client='include/viewporter-client-protocol.h', + code='viewporter-protocol.c', +}) + waylandproto('stable/xdg-shell/xdg-shell.xml', { client='include/xdg-shell-client-protocol.h', server='include/xdg-shell-server-protocol.h', |
