diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch b/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch index 5641c0fe95..c0efbdc213 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch +++ b/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch | |||
@@ -9,17 +9,17 @@ Upstream-Status: Inappropriate | |||
9 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 9 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
10 | 10 | ||
11 | 11 | ||
12 | diff --git a/configure.ac b/configure.ac | 12 | Index: libxcb-1.12/configure.ac |
13 | index 6d7c9a5..22cceb9 100644 | 13 | =================================================================== |
14 | --- a/configure.ac | 14 | --- libxcb-1.12.orig/configure.ac |
15 | +++ b/configure.ac | 15 | +++ libxcb-1.12/configure.ac |
16 | @@ -21,7 +21,8 @@ AC_USE_SYSTEM_EXTENSIONS | 16 | @@ -36,7 +36,8 @@ if test x"$HAVE_DOT" = xno; then |
17 | 17 | AC_MSG_WARN([dot not found - doxygen targets will be skipped]) | |
18 | AM_PATH_PYTHON([2.6]) | 18 | fi |
19 | 19 | ||
20 | -PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no]) | 20 | -PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no]) |
21 | +dnl PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no]) | 21 | +dnl PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no]) |
22 | +HAVE_CHECK=no | 22 | +HAVE_CHECK=no |
23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) | 23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) |
24 | 24 | ||
25 | AC_CONFIG_HEADERS([src/config.h]) | 25 | XSLTPROC=no |