Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 | SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2" |
| 20 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame^] | 21 | inherit autotools pkgconfig features_check |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "x11" |