]> code.ossystems Code Review - openembedded-core.git/commit
libxcb: disable check to avoid floating dependencies
authorRoss Burton <ross.burton@intel.com>
Wed, 7 May 2014 16:05:33 +0000 (17:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 May 2014 11:24:21 +0000 (12:24 +0100)
commit510e64d90d3ef2f9757bfa148e8cc09e4834051d
tree8988a1a048b3149d2996b56cfadc7c2c0aaf03ef
parentaa983d9117d2ddc0906aafdb7a9e584097475275
libxcb: disable check to avoid floating dependencies

The "check" module is checked for in configure without any way to explicitly
enable or disable it, but it isn't a build dependency of libxcb.  If it's found
libxslt is also checked for, which is a build dependency but will only be used
if check is also present.

As the libxcb unit test suite is minimal at present, forcibly disable the test
for check and remove the libxslt-native build dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxcb.inc
meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch [new file with mode: 0644]