-
Hi. I'm using Gentoo and I have no plans whatsoever of using wayland, not right now at least. I'm trying to compile from source, to potentially maybe create an ebuild for it, but I can't because of the missing wayland dependency. Is there some sort of flag that I can pass that would disable wayland dependency altogether? |
Beta Was this translation helpful? Give feedback.
Answered by
wez
Dec 24, 2021
Replies: 1 comment 3 replies
-
You can run |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mobius3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run
cargo build --release --no-default-features
to build without wayland support.This was added in 8ab025b