summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch')
-rw-r--r--meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch b/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
new file mode 100644
index 0000000000..1a49846972
--- /dev/null
+++ b/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
@@ -0,0 +1,28 @@
1Upstream-status: Accepted
2This patch had accepted at kdb-1.5.4
3
4From e069cfa96b41a6714118e15496cdd6b83fc16ad2 Mon Sep 17 00:00:00 2001
5From: Alexey Gladkov <gladkov.alexey@gmail.com>
6Date: Mon, 27 Feb 2012 14:30:50 +0400
7Subject: [PATCH] Allow resizecons on x86_64
8
9Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
10---
11 configure.ac | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14diff --git a/configure.ac b/configure.ac
15index a8115ed..b58f3bd 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -62,6 +62,7 @@ AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes")
19
20 case $host_cpu in
21 i?86*) RESIZECONS_PROGS=yes ;;
22+ x86_64*) RESIZECONS_PROGS=yes ;;
23 *) RESIZECONS_PROGS=no ;;
24 esac
25 AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes")
26--
271.7.1
28