From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Lq-0005BC-V2 for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si0Lj-000567-4X for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:26 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:54054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Li-0004xP-SR for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:19 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 22 Jun 2012 10:40:14 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5M9eCfe1552536 for ; Fri, 22 Jun 2012 10:40:12 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5M9Q35H002307 for ; Fri, 22 Jun 2012 05:26:04 -0400 From: Stefan Hajnoczi Date: Fri, 22 Jun 2012 10:39:58 +0100 Message-Id: <1340358009-16033-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1340358009-16033-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1340358009-16033-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 01/12] Install 'bepo' keymap already included in Qemu source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Boiteux?= , qemu-devel@nongnu.org, Stefan Hajnoczi From: Frédéric Boiteux 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 Signed-off-by: Stefan Hajnoczi --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7281b0..277ae73 100644 --- 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 \ -- 1.7.10