diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:16:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:16:17 +0200 |
commit | afbc26109550c762e04ed103ade3fe3654ae4835 (patch) | |
tree | bc5e0bceaec052ae5ebf78c976cf5fe256bd84fa | |
parent | 06957aa0f264bc181c01f5618f3b3c8d4db38ddb (diff) |
Fix incorrect path for wayland-protocol file
-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 = [] |