diff options
author | Maxim Devaev <[email protected]> | 2023-03-23 11:50:22 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-03-23 11:50:22 +0200 |
commit | 26238e241e2d470ddda0798f95bb5e855bd11ecc (patch) | |
tree | 088811b1df8b434fc6c770232ccdbd5a709c2a34 /testenv | |
parent | 22db176ef05df0b49a9e40e3c31c886dfcb710b5 (diff) |
Issue #947: Improved layout handling and Unicode -> X11 keysyms translation
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index c9bb5628..92b82e26 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -56,6 +56,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-pam \ python-pillow \ python-xlib \ + libxkbcommon \ python-hidapi \ python-zstandard \ freetype2 \ |