diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-11-16 20:40:26 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:20 +0100 |
commit | 08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a (patch) | |
tree | 6b6d52be35e6733c5dfe2789856e9cc4ce5eaf74 /gnu/local.mk | |
parent | 76421cf0d2e1feb637f174c5c9891e8286965c58 (diff) | |
download | patches-08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a.tar patches-08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a.tar.gz |
gnu: kmscon: Add runtime keymap update support.
* gnu/packages/patches/kmscon-runtime-keymap-switch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/terminals.scm (kmscon)[source]: Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4fed451747..1268e0c600 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -876,6 +876,7 @@ dist_patch_DATA = \ %D%/packages/patches/kinit-kdeinit-libpath.patch \ %D%/packages/patches/kio-search-smbd-on-PATH.patch \ %D%/packages/patches/kmod-module-directory.patch \ + %D%/packages/patches/kmscon-runtime-keymap-switch.patch \ %D%/packages/patches/kpackage-allow-external-paths.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ %D%/packages/patches/kobodeluxe-enemies-pipe-decl.patch \ |