Skip to content

Commit

Permalink
fix dep doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed May 3, 2024
1 parent 82a8943 commit d7438ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7438ce

Please sign in to comment.