Skip to content

Commit 7034ea8

Browse files
committed
Update build dependencies
1 parent da54fcc commit 7034ea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,12 @@ Ensure that the following dependencies are installed on your system:
223223
- **Dracut:** For initramfs generation.
224224
- **Cargo-Packaging:** For packaging the Rust application.
225225
- **kbd-devel:** For creating the kernel keymap
226+
- **libxkbcommon-devel:** For creating the wayland keymap
226227

227228
On openSUSE, you can install the necessary dependencies using zypper:
228229

229230
```bash
230-
sudo zypper install cargo cargo-packaging rust libevdev-devel kbd-devel pkgconfig dracut
231+
sudo zypper install cargo cargo-packaging rust libevdev-devel kbd-devel pkgconfig dracut libxkbcommon-devel
231232
```
232233

233234
### Building from Source

0 commit comments

Comments
 (0)