summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch')
-rw-r--r--meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch b/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
deleted file mode 100644
index 0f1fc546d2..0000000000
--- a/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1Upstream-Status: Backport
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd libxcb-1.9.1/configure.ac libxcb-1.9.1/configure.ac
5--- libxcb-1.9.1/configure.ac 2013-05-30 18:38:01.000000000 +0300
6+++ libxcb-1.9.1/configure.ac 2013-10-24 23:15:10.542507543 +0300
7@@ -7,15 +7,16 @@
8 1.9.1,
9 [xcb@lists.freedesktop.org])
10 AC_CONFIG_SRCDIR([xcb.pc.in])
11-# Set common system defines for POSIX extensions, such as _GNU_SOURCE
12-# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
13-# to avoid autoconf errors.
14-AC_USE_SYSTEM_EXTENSIONS
15
16 # Initialize Automake
17 AM_INIT_AUTOMAKE([foreign dist-bzip2])
18 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
19
20+# Set common system defines for POSIX extensions, such as _GNU_SOURCE
21+# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
22+# to avoid autoconf errors.
23+AC_USE_SYSTEM_EXTENSIONS
24+
25 AM_PATH_PYTHON([2.6])
26
27 PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no])