Leftwm: [Question] Build dependencies other than rust and cargo?

Created on 27 Jun 2021  ·  4Comments  ·  Source: leftwm/leftwm

Sorry if this looks stupid, but I read the README, and it seems that rust and cargo are the only things I see as build dependencies. May you provide us if there are any because someone have this question as well while I am trying to add this package to the Void Linux repos.

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.)

All 4 comments

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 😄

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hero9909 picture Hero9909  ·  9Comments

JwanKhalaf picture JwanKhalaf  ·  3Comments

midnightexigent picture midnightexigent  ·  4Comments

sillen102 picture sillen102  ·  3Comments

tommasoxd picture tommasoxd  ·  4Comments