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/xorg-lib/xcb-util.inc | |
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/xorg-lib/xcb-util.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xcb-util.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc new file mode 100644 index 0000000000..7dad545c33 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xcb-util.inc | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "XCB: The X protocol C binding utilities" | ||
2 | DESCRIPTION = "The xcb-util module provides a number of libraries which \ | ||
3 | sit on top of libxcb, the core X protocol library, and some of the \ | ||
4 | extension libraries. These experimental libraries provide convenience \ | ||
5 | functions and interfaces which make the raw X protocol more usable. Some \ | ||
6 | of the libraries also provide client-side code which is not strictly \ | ||
7 | part of the X protocol but which have traditionally been provided by \ | ||
8 | Xlib." | ||
9 | HOMEPAGE = "http://xcb.freedesktop.org/XcbUtil/" | ||
10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | ||
11 | |||
12 | LICENSE = "MIT" | ||
13 | |||
14 | SECTION = "x11/libs" | ||
15 | |||
16 | DEPENDS = "libxcb" | ||
17 | DEPENDS += "gperf-native" | ||
18 | |||
19 | PARALLEL_MAKE = "" | ||
20 | |||
21 | SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2" | ||
22 | |||
23 | inherit autotools pkgconfig | ||