]> Git Repo - qemu.git/commitdiff
Install 'bepo' keymap already included in Qemu source
authorFrédéric Boiteux <[email protected]>
Fri, 8 Jun 2012 18:06:25 +0000 (20:06 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 22 Jun 2012 08:41:30 +0000 (09:41 +0100)
The 'bepo' layout (a french dvorak-like keyboard layout) was added
about one year ago, (see commit 2a3c633c1eb8692716220195b6d3fe78b7e411d0),
but I missed to declare to install it.

Signed-off-by: Frédéric Boiteux <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Makefile

index a7281b02b6f86a0b02c417cd5280947bc3968a49..277ae736198530707c69f408de612f617cfcc9db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,8 @@ distclean: clean
 
 KEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
 ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
-common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
+common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr \
+bepo
 
 ifdef INSTALL_BLOBS
 BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
This page took 0.0273949999999999 seconds and 4 git commands to generate.