libxcb: update to libxcb-1.10

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-23 22:16:33 +01:00
parent 7e3142508f
commit 6080a040d1
2 changed files with 1 additions and 32 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libxcb"
PKG_VERSION="1.9.2"
PKG_VERSION="1.10"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -1,31 +0,0 @@
diff -Naur libxcb-1.9.2/configure.ac libxcb-1.9.2.patch/configure.ac
--- libxcb-1.9.2/configure.ac 2013-11-07 23:03:07.000000000 +0100
+++ libxcb-1.9.2.patch/configure.ac 2013-12-06 15:33:09.888478982 +0100
@@ -2,20 +2,22 @@
# Process this file with autoconf to produce a configure script.
# Initialize Autoconf
-AC_PREREQ(2.57)
AC_INIT([libxcb],
1.9.2,
[xcb@lists.freedesktop.org])
+
+AC_PREREQ(2.57)
+
+# Initialize Automake
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AC_CONFIG_SRCDIR([xcb.pc.in])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
AM_PATH_PYTHON([2.6])
PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no])