mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
README: improve docs for dependencies (#161)
* README: improve docs for dependencies * Remove special line for hyprlang * Fix typos
This commit is contained in:
parent
6c9d6f05a0
commit
ed26a6b4b0
1 changed files with 16 additions and 10 deletions
12
README.md
12
README.md
|
@ -17,16 +17,22 @@ Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
### Deps
|
### Deps
|
||||||
|
You also need the following dependencies
|
||||||
- wayland-client
|
- wayland-client
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
|
- mesa
|
||||||
|
|
||||||
|
And the development libraries for the following
|
||||||
- cairo
|
- cairo
|
||||||
- gles3.2
|
|
||||||
- libdrm
|
- libdrm
|
||||||
- pango
|
- pango
|
||||||
- hyprlang>=0.4.0
|
|
||||||
- xkbcommon
|
- xkbcommon
|
||||||
- pam
|
- pam
|
||||||
- mesa
|
- hyprlang >= 0.4
|
||||||
|
Development libraries are usually suffixed with `-devel` or `-dev` in most distro repos.
|
||||||
|
|
||||||
|
You also need to install `mesa-libgdm-devel` on some distros like RPM based ones where its not
|
||||||
|
bundled with the mesa package.
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue