Update build deps for fedora

Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
github-issue-template
Jim Ramsay 2023-02-08 22:02:03 -05:00
parent 5ac05ac574
commit f811beefb3
1 changed files with 5 additions and 3 deletions

View File

@ -59,13 +59,15 @@ xbps-install wayvnc
pacman -S base-devel libglvnd libxkbcommon pixman gnutls jansson
```
#### For Fedora 31
#### For Fedora 37
```
dnf install -y meson gcc ninja-build pkg-config egl-wayland egl-wayland-devel \
mesa-libEGL-devel mesa-libEGL libwayland-egl libglvnd-devel \
libglvnd-core-devel libglvnd mesa-libGLES-devel mesa-libGLES \
libxkbcommon-devel libxkbcommon libwayland-client libwayland \
wayland-devel gnutls-devel jansson-devel
libxkbcommon-devel libxkbcommon libwayland-client \
pam-devel pixman-devel libgbm-devel libdrm-devel scdoc \
libavcodec-free-devel libavfilter-free-devel libavutil-free-devel \
turbojpeg-devel wayland-devel gnutls-devel jansson-devel
```
#### For Debian (unstable / testing)