xkeyboard-config: update to xkeyboard-config-2.10.1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-11 13:58:11 +01:00
parent b2dbf38525
commit a43d2b08ef
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xkeyboard-config" PKG_NAME="xkeyboard-config"
PKG_VERSION="2.9" PKG_VERSION="2.10.1"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"

View File

@ -1,9 +1,8 @@
diff --git a/configure.ac b/configure.ac diff -Naur xkeyboard-config-2.10.1/configure.ac xkeyboard-config-2.10.1.patch/configure.ac
index fb31994..42f9eee 100644 --- xkeyboard-config-2.10.1/configure.ac 2013-10-03 23:28:04.000000000 +0200
--- a/configure.ac +++ xkeyboard-config-2.10.1.patch/configure.ac 2013-12-11 01:08:51.903855838 +0100
+++ b/configure.ac
@@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
+AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIR([m4])
AC_INIT(xkeyboard-config, 2.9) AC_INIT(xkeyboard-config, 2.10.1)
AC_CONFIG_SRCDIR(rules/base.xml.in) AC_CONFIG_SRCDIR(rules/base.xml.in)
AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_INIT_AUTOMAKE([foreign dist-bzip2])