From a8442d38be634eebbda10e94991c499a1a55b4dd Mon Sep 17 00:00:00 2001 From: Joel Auterson Date: Thu, 14 May 2026 01:01:33 +0100 Subject: [PATCH] Add libusb-1.0-0-dev to Linux deps doc libusb-1.0-0 is needed to enable SDL_HIDAPI_LIBUSB. It does not work with the `libusb-dev` package on Ubuntu, which is for the older version. (cherry picked from commit c247f06f01477d319abf6981c860e3a1ed02b05e) --- docs/README-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-linux.md b/docs/README-linux.md index edd7019ed9..ced2ebbd58 100644 --- a/docs/README-linux.md +++ b/docs/README-linux.md @@ -20,7 +20,7 @@ Ubuntu 18.04, all available features enabled: libaudio-dev libfribidi-dev libjack-dev libsndio-dev libx11-dev libxext-dev \ libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxtst-dev \ libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \ - libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev libthai-dev + libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev libthai-dev libusb-1.0-0-dev Ubuntu 22.04+ can also add `libpipewire-0.3-dev libwayland-dev libdecor-0-dev liburing-dev` to that command line.