+++ /dev/null
-AC_CHECK_FILE([$srcdir/xkbparse.c] fails while cross compiling
- | checking for ./xkbparse.c... configure: error: cannot check for file existence when cross compiling
-later found bugreport with similar patch
-https://bugs.freedesktop.org/show_bug.cgi?id=31264
-
---- xkbcomp-1.2.0.orig/configure.ac 2010-10-30 18:59:33.000000000 +0200
-+++ xkbcomp-1.2.0/configure.ac 2010-11-01 08:56:36.000000000 +0100
-@@ -36,9 +36,7 @@
-
- AC_PROG_YACC
- AC_PATH_PROG([YACC_INST], $YACC)
--AC_CHECK_FILE([$srcdir/xkbparse.c], [],
-- [test -z "$YACC_INST" && AC_MSG_ERROR([yacc not found - unable to compile xkbparse.y])])
--
-+test ! -e $srcdir/xkbparse.c -a -z "$YACC_INST" && AC_MSG_ERROR([yacc not found - unable to compile xkbparse.y])
-
- AC_CHECK_FUNCS([strdup strcasecmp])
-
+++ /dev/null
-require xorg-app-common.inc
-DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-DEPENDS += " libxkbfile"
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://fix.configure.988eb0e121c0f2c992031002acb7274c2026764b.patch"
-
-SRC_URI[archive.md5sum] = "0f55995cd8da9b2d88553e1a2e17cd0a"
-SRC_URI[archive.sha256sum] = "2c64aa414755e764ca548ae5c93e95f7b5bbd5e01bca16bf226fd32bfae77ea4"
-
-BBCLASSEXTEND = "native"
--- /dev/null
+require xorg-app-common.inc
+DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
+DEPENDS += " libxkbfile"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "885b4d8a7c8c7afb3312d31934cb3549"
+SRC_URI[archive.sha256sum] = "b7612527914402d091424a93bc16f0d4d8778b4a874171f3f3dc681c690e65eb"
+
+BBCLASSEXTEND = "native"