README: add missing libwebp-devel for fedora (#114)

This commit is contained in:
Louie Orcinolo 2023-12-22 06:29:31 -05:00 committed by GitHub
parent ae4f498fda
commit c447f1195c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: