If you are referring to the expected x11 lib mentioned in your linked PR[*], this is handled by cargo: it brings the x11-dl crate which has so the bindings into the system library, namely xorg with libxinerama, xrandr and xorg-server.
Basically all build deps are actually handled by cargo.
As an experience from the AUR package it is recommendable to have rustup in the make deps instead of rustc, as the latter can cause conflicts with existing rustup installations, at least in pacmans dependencies.
This leaves the last true dependency bash wich actually just expects some posix shell in #! /usr/bin/env bash I believe.
[*] just noticed you actually linked the question, but GitHub mobile app just jumped to the head of the PR 🤦🏼♂️
thanks for the response. :D this will help me merge my PR faster. thanks again.
You are very welcome.
Always great when leftwm gets opened to a wider audience!
BTW: if you have any helpful insight for leftwm on void you are very welcome to add this to our wiki.
(If you are not able to edit the wiki directly, you could open a PR to VuiMuich/leftwm_wiki and I will copy paste it into the leftwm/leftwm wiki.)
thanks for this awesome project btw. i use it with another tiling window called river since they have the same feels. i hope this will be added to void packages 😄
Most helpful comment
You are very welcome.
Always great when leftwm gets opened to a wider audience!
BTW: if you have any helpful insight for leftwm on void you are very welcome to add this to our wiki.
(If you are not able to edit the wiki directly, you could open a PR to VuiMuich/leftwm_wiki and I will copy paste it into the leftwm/leftwm wiki.)