| Submitter | fboiteux@free.fr |
|---|---|
| Date | June 8, 2012, 6:06 p.m. |
| Message ID | <1339178785-8977-1-git-send-email-fboiteux@free.fr> |
| Download | mbox | patch |
| Permalink | /patch/163848/ |
| State | New |
| Headers | show |
Comments
On Fri, Jun 08, 2012 at 08:06:25PM +0200, fboiteux@free.fr wrote: > From: Frédéric Boiteux <fboiteux@free.fr> > > 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 <fboiteux@free.fr> > --- > Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan
Patch
diff --git a/Makefile b/Makefile index 9b7a85e..5791aeb 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,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 \