blob: 9898a6a13e6bc48e88ce775452b43268674967e5 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "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
Patrick Williams7784c422022-11-17 07:29:11 -060019SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.xz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020
Brad Bishop6dbb3162019-11-25 09:41:34 -050021inherit autotools pkgconfig features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022
23REQUIRED_DISTRO_FEATURES = "x11"