mirror of https://github.com/fairyglade/ly.git
Clarify compile-time dependencies
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
8c69472065
commit
da2ea08078
|
@ -6,10 +6,10 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- Compile-time:
|
- Compile-time:
|
||||||
- zig 0.12.0
|
- zig >=0.12.0
|
||||||
- a C standard library
|
- libc
|
||||||
- pam
|
- pam
|
||||||
- xcb
|
- xcb (optional, required by default; needed for X11 support)
|
||||||
- Runtime (with default config):
|
- Runtime (with default config):
|
||||||
- xorg
|
- xorg
|
||||||
- xorg-xauth
|
- xorg-xauth
|
||||||
|
|
Loading…
Reference in New Issue