diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | protocol/meson.build | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ sibs-build/ compile_commands.json tests/sibs-build/ tests/compile_commands.json +build/ src/window/xdg-shell-client-protocol.h src/window/xdg-shell-protocol.c diff --git a/protocol/meson.build b/protocol/meson.build index bbdccba..adaaefc 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -15,7 +15,7 @@ wayland_scanner_client = generator( ) protocols = [ - 'xdg-output-unstable-v1.xml', + 'xdg-shell.xml', ] protocol_src = [] |