Update wayvnc.spec

This commit is contained in:
2026-03-19 13:50:25 +08:00
parent a63013723e
commit 8cdb995b36

View File

@@ -37,7 +37,8 @@ The Wayland session may be a headless one, so it is also possible to run wayvnc
%prep
%setup -q
find . -type f \( -name '*.c' -o -name '*.h' \) -exec sed -i "s|wayland-client.h|wayland/wayland-client.h|g" {} +
# Keep upstream include style: <wayland-client.h>
find . -type f \( -name '*.c' -o -name '*.h' \) -exec sed -i "s|wayland/wayland-client.h|wayland-client.h|g" {} +
%build
%meson