blob: 67c1e8d97dfbc5ff739f8a95fcc3825d43a1eab0 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "XCB: The X protocol C binding headers"
2DESCRIPTION = "Function prototypes for the X protocol C-language Binding \
3(XCB). XCB is a replacement for Xlib featuring a small footprint, \
4latency hiding, direct access to the protocol, improved threading \
5support, and extensibility."
6HOMEPAGE = "http://xcb.freedesktop.org"
7BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
8
9SECTION = "x11/libs"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
12 file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
13
Andrew Geissler615f2f12022-07-15 14:00:58 -050014SRC_URI = "https://xorg.freedesktop.org/archive/individual/proto/${BP}.tar.xz \
15 file://0001-xcb-proto.pc.in-reinstate-libdir.patch \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050016 file://0001-Fix-install-conflict-when-enable-multilib.patch \
Andrew Geissler615f2f12022-07-15 14:00:58 -050017 "
Andrew Geissler220dafd2023-10-04 10:18:08 -050018SRC_URI[sha256sum] = "a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
Brad Bishop19323692019-04-05 15:28:33 -040020inherit autotools pkgconfig python3native
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021
22PACKAGES += "python-xcbgen"
23
Patrick Williams213cb262021-08-07 19:21:33 -050024FILES:${PN} = ""
25FILES:${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd"
26FILES:python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027
Andrew Geissler615f2f12022-07-15 14:00:58 -050028DEV_PKG_DEPENDENCY = ""
Patrick Williams213cb262021-08-07 19:21:33 -050029RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080030
31BBCLASSEXTEND = "native nativesdk"