mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bf511fc240
This adds xcb-errors which is an optional dependency for wlroots (From OE-Core rev: 2cbe7abefbb8bdf4881012555661f57d3b90d587) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
371 B
BlitzBasic
13 lines
371 B
BlitzBasic
require recipes-graphics/xorg-lib/xcb-util.inc
|
|
|
|
SUMMARY = "xcb-util-errors gives human readable names to error codes and event codes"
|
|
|
|
DEPENDS += "xcb-util xorgproto"
|
|
|
|
export PYTHON="python3"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c90ee77011043c608617f5323a523726"
|
|
|
|
SRC_URI[sha256sum] = "5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357"
|