Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "XCB: The X protocol C binding headers" |
| 2 | DESCRIPTION = "Function prototypes for the X protocol C-language Binding \ |
| 3 | (XCB). XCB is a replacement for Xlib featuring a small footprint, \ |
| 4 | latency hiding, direct access to the protocol, improved threading \ |
| 5 | support, and extensibility." |
| 6 | HOMEPAGE = "http://xcb.freedesktop.org" |
| 7 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" |
| 8 | |
| 9 | SECTION = "x11/libs" |
| 10 | LICENSE = "MIT" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ |
| 12 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
| 13 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 14 | SRC_URI = "https://xorg.freedesktop.org/archive/individual/proto/${BP}.tar.xz \ |
| 15 | file://0001-xcb-proto.pc.in-reinstate-libdir.patch \ |
| 16 | " |
| 17 | SRC_URI[sha256sum] = "7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 18 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | inherit autotools pkgconfig python3native |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 20 | |
| 21 | PACKAGES += "python-xcbgen" |
| 22 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 23 | FILES:${PN} = "" |
| 24 | FILES:${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" |
| 25 | FILES:python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 26 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 27 | DEV_PKG_DEPENDENCY = "" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 28 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 29 | |
| 30 | BBCLASSEXTEND = "native nativesdk" |