summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcb.inc
Commit message (Collapse)AuthorAgeFilesLines
* libxcb: Remove unused git-version of the recipeJussi Kukkonen2015-11-251-30/+0
| | | | | | | | (From OE-Core rev: 39c6dae9286f649ff02acb56d0214d9d2a3cadf7) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes-graphics: add x11 to REQUIRED_DISTRO_FEATURESRobert Yang2015-05-141-1/+4
| | | | | | | | | They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: 908f6f2ded18d5301f428e685bface60335bd791) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: disable check to avoid floating dependenciesRoss Burton2014-05-111-2/+3
| | | | | | | | | | | | | | | 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. (From OE-Core rev: 510e64d90d3ef2f9757bfa148e8cc09e4834051d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: don't hard-code package splittingRoss Burton2014-01-021-30/+5
| | | | | | | | | | Instead of having a log PACKAGES list and a correspondingly long FILES_ list, just use do_split_packages. (From OE-Core rev: 5a70bd7f0da588edbecd13d569635f0c66915b08) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: don't disable parallel buildingRoss Burton2014-01-021-1/+0
| | | | | | | | | | Several test builds later and there were no failures, so this appears to have been fixed upstream. (From OE-Core rev: 23915fe83431874b2488009ee2a88d6104568fd6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: fix rebuild when MACHINE changesRoss Burton2013-12-101-14/+2
| | | | | | | | | | | | | | | This recipe was patching the sysroot path directly into configure.ac, which fails when the same source tree is re-used for another machine. Instead, patch in $PKG_CONFIG_SYSROOT_DIR which is already exported for use by pkg-config. Also remove some commented-out lines that have no purpose. (From OE-Core rev: e7876641c684448c6760050f23fd17dd5e850b48) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: upgrade to 1.9.3Laurentiu Palcu2013-11-271-0/+64
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>