Closed neofeo closed 6 months ago
Maybe you have solved it already but I can cross compile it with cross
Add to Cargo.toml
:
[package.metadata.cross.target.aarch64-unknown-linux-gnu]
pre-build = ["dpkg --add-architecture arm64 && apt-get update && apt-get install --assume-yes libxkbcommon-dev:arm64"]
And then build with:
cross build --target aarch64-unknown-linux-gnu --release
I don't really know what could be causing this, and it shouldn't really be a problem with swww
directly, since we aren't using any weird inline assembly or anything.
In any case, a lot of things have changed since this was opened. Closing now; if the issue remains, you can feel free to reopen it.
Hi!! I am getting this error: any clue? maybe it's just my vendor kernel....