diff options
| author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-11-25 15:51:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-27 11:51:25 +0000 |
| commit | 46610941705ee59a7755f705a0a014b3422a40ab (patch) | |
| tree | 297e28c64783f6a3ad533170a2e19affc6e58370 /meta/recipes-graphics/xcb/libxcb | |
| parent | 3be9e2492c88fb4681fa8d1d3136e463457e6899 (diff) | |
| download | poky-46610941705ee59a7755f705a0a014b3422a40ab.tar.gz | |
libxcb: upgrade to 1.9.3
Added 2 new extensions: dri3 and present. Moved libxcb and xcb-util
recipes to xorg-lib directory.
Removed the following patch(es):
* automake_1.14_fix.patch (backport)
(From OE-Core rev: 657ffd8bd6115fa2d61a918a67d6b8f162d50c5a)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb')
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch | 27 | ||||
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch | 13 |
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 @@ | |||
| 1 | Upstream-Status: Backport | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -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]) | ||
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 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | --- libxcb-1.0.orig/configure.ac 2006-11-23 15:33:01.000000000 +0000 | ||
| 4 | +++ libxcb-1.0/configure.ac 2008-09-10 20:29:12.000000000 +0100 | ||
| 5 | @@ -50,7 +50,7 @@ | ||
| 6 | |||
| 7 | # Find the xcb-proto protocol descriptions | ||
| 8 | AC_MSG_CHECKING(XCBPROTO_XCBINCLUDEDIR) | ||
| 9 | -XCBPROTO_XCBINCLUDEDIR=`$PKG_CONFIG --variable=xcbincludedir xcb-proto` | ||
| 10 | +XCBPROTO_XCBINCLUDEDIR=$PKG_CONFIG_SYSROOT_DIR/`$PKG_CONFIG --variable=xcbincludedir xcb-proto` | ||
| 11 | AC_MSG_RESULT($XCBPROTO_XCBINCLUDEDIR) | ||
| 12 | AC_SUBST(XCBPROTO_XCBINCLUDEDIR) | ||
| 13 | |||
