mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
README: add missing libwebp-devel for fedora (#114)
This commit is contained in:
parent
ae4f498fda
commit
c447f1195c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Also `gcc-c++` and `ninja` needs to installed.
|
|||
|
||||
To install all of these in Fedora, run this command:
|
||||
```
|
||||
sudo dnf install wayland-devel wayland-protocols-devel pango-devel cairo-devel file-devel libglvnd-devel libglvnd-core-devel libjpeg-turbo-devel gcc-c++
|
||||
sudo dnf install wayland-devel wayland-protocols-devel pango-devel cairo-devel file-devel libglvnd-devel libglvnd-core-devel libjpeg-turbo-devel libwebp-devel gcc-c++
|
||||
```
|
||||
|
||||
On OpenSUSE:
|
||||
|
|
Loading…
Reference in a new issue