Skip to content

Commit 79b0526

Browse files
committed
update README with new build dependencies
1 parent 1b56467 commit 79b0526

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
## Dependencies
88

9-
- a compositor that implements:
10-
* wlr-layer-shell (typically wlroots based compositors)
11-
* xdg-output
9+
- a compositor that implements the wlr-layer-shell (typically wlroots based compositors)
1210
- [lz4](https://github.com/lz4/lz4) (for compressing frames when animating)
1311

1412
**Note that this means `swww` will not run on Gnome, because it does not implement the `wlr-layer-shell` protocol**.
@@ -21,7 +19,8 @@
2119

2220
### Dependencies:
2321

24-
- Up to date stable rustc compiler and cargo (specifically, MSRV is 1.82.0)
22+
- wayland-client and wayland-protocol `.xml` files installed in your system (`pkg-config` must be able to find it)
23+
- Up to date stable rustc compiler and cargo (specifically, MSRV is 1.82.0)
2524

2625
To build, clone this repository and run:
2726
```

0 commit comments

Comments
 (0)