From d7438ce992fccd4a9bd5c3455f3f2f2c5d2184d0 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Sat, 4 May 2024 08:12:25 +0930 Subject: [PATCH] fix dep doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 470b5a9..b4243de 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ The service can be stopped with `systemctl --user stop dex.service`. Interaction with Stream Deck devices depends on github.com/sstallion/go-hid. This package makes use of [non-Go dependencies](https://github.com/libusb/hidapi/blob/master/BUILD.md#prerequisites). -The `watcher` module depends on Xlib, libXss and libXRes on linux (libx11-dev, libxss-dev and libxres-dev in deb-based distributions). Xlib headers are required during compilation, but the libraries may be absent with reduced or absent functionality. Testing the `watcher` module uses gioui.org, and so [its dependencies](https://gioui.org/doc/install) must be provided if testing the module. +The `watcher` module depends on Xlib, libXss and libXRes on linux (libx11-dev, libxss1/libxss-dev and libxres1/libxres-dev in deb-based distributions). Xlib headers are required during compilation, but the libraries may be absent with reduced or absent functionality. Testing the `watcher` module uses gioui.org, and so [its dependencies](https://gioui.org/doc/install) must be provided if testing the module. ## Linux udev rules