Commit 2d5de8faf9d9537a53a23459788c634e699755c0

Ryan C. Gordon 2020-05-14T21:48:24

docs: Linux systems don't need to install wayland-protocols anymore. We ship the protocol xml files we need with SDL's sources now.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/README-linux.md b/docs/README-linux.md
index 10f80b9..d2bc97b 100644
--- a/docs/README-linux.md
+++ b/docs/README-linux.md
@@ -22,7 +22,7 @@ libxss-dev libgl1-mesa-dev libesd0-dev libdbus-1-dev libudev-dev \
 libgles1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libibus-1.0-dev \
 fcitx-libs-dev libsamplerate0-dev libsndio-dev
 
-Ubuntu 16.04+ can also add "libwayland-dev libxkbcommon-dev wayland-protocols"
+Ubuntu 16.04+ can also add "libwayland-dev libxkbcommon-dev"
 to that command line for Wayland support.
 
 NOTES: