Skip to content

Commit

Permalink
README: add missing libwebp-devel for fedora (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
condor0010 authored Dec 22, 2023
1 parent ae4f498 commit c447f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c447f11

Please sign in to comment.