From afbc26109550c762e04ed103ade3fe3654ae4835 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Apr 2025 01:16:17 +0200 Subject: Fix incorrect path for wayland-protocol file --- .gitignore | 1 + protocol/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4252f0a..4c85824 100644 --- a/.gitignore +++ b/.gitignore @@ -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 = [] -- cgit v1.2.3-70-g09d2