summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2020-05-14 21:48:24 -0400
committerRyan C. Gordon <icculus@icculus.org>2020-05-14 21:48:24 -0400
commitad31ab5830e71152aeeab82daacb2c643ab375a4 (patch)
tree81c39994d0f030eb71f8f5749e438922b6a3d8e2
parentbe5fa69d3c34fb361423ad1aafffea84623756c5 (diff)
downloadsdl-ad31ab5830e71152aeeab82daacb2c643ab375a4.tar.gz
docs: Linux systems don't need to install wayland-protocols anymore.
We ship the protocol xml files we need with SDL's sources now.
-rw-r--r--docs/README-linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README-linux.md b/docs/README-linux.md
index 10f80b9da..d2bc97b4f 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: