summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch27
-rw-r--r--meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch13
2 files changed, 0 insertions, 40 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 @@
-Upstream-Status: Backport
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd libxcb-1.9.1/configure.ac libxcb-1.9.1/configure.ac
---- libxcb-1.9.1/configure.ac 2013-05-30 18:38:01.000000000 +0300
-+++ libxcb-1.9.1/configure.ac 2013-10-24 23:15:10.542507543 +0300
-@@ -7,15 +7,16 @@
- 1.9.1,
- [xcb@lists.freedesktop.org])
- 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])])
-
-+# 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
-+
- AM_PATH_PYTHON([2.6])
-
- PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no])
diff --git a/meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch b/meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch
deleted file mode 100644
index d858a63b72..0000000000
--- a/meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
---- libxcb-1.0.orig/configure.ac 2006-11-23 15:33:01.000000000 +0000
-+++ libxcb-1.0/configure.ac 2008-09-10 20:29:12.000000000 +0100
-@@ -50,7 +50,7 @@
-
- # Find the xcb-proto protocol descriptions
- AC_MSG_CHECKING(XCBPROTO_XCBINCLUDEDIR)
--XCBPROTO_XCBINCLUDEDIR=`$PKG_CONFIG --variable=xcbincludedir xcb-proto`
-+XCBPROTO_XCBINCLUDEDIR=$PKG_CONFIG_SYSROOT_DIR/`$PKG_CONFIG --variable=xcbincludedir xcb-proto`
- AC_MSG_RESULT($XCBPROTO_XCBINCLUDEDIR)
- AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
-