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