We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da54fcc commit 7034ea8Copy full SHA for 7034ea8
README.md
@@ -223,11 +223,12 @@ Ensure that the following dependencies are installed on your system:
223
- **Dracut:** For initramfs generation.
224
- **Cargo-Packaging:** For packaging the Rust application.
225
- **kbd-devel:** For creating the kernel keymap
226
+- **libxkbcommon-devel:** For creating the wayland keymap
227
228
On openSUSE, you can install the necessary dependencies using zypper:
229
230
```bash
-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
232
```
233
234
### Building from Source
0 commit comments