forked from pool/river
f491b7d697
should fail if this was not met. But seems upstream has no code to detect wlroots version. Allow this failure for now until 0.18.0 is merged to Factory. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=65
397 B
397 B
VENDOR
- Extract source tarball
- Read the PACKAGING.md file in the extracted source
OR this hack
zig fetch . --global-cache-dir vendor/
cd vendor
rm -rfv z
Then create vendored tarball from vendor e.g. zstd compressed tarball
BUILD
Do note the change of the build in the specfile itself
%zig_build -Dxwayland --global-cache-dir vendor/
It's much like Rust or Go now