mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
This is a requirement of weston 12.x when xwayland is enabled. (From OE-Core rev: 4f6a7d77dd0fed8b13883f30a58ff6e0abe5601d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
320 B
BlitzBasic
11 lines
320 B
BlitzBasic
require recipes-graphics/xorg-lib/xcb-util.inc
|
|
|
|
SUMMARY = "XCB port of libXcursor"
|
|
|
|
DEPENDS += "xcb-util xcb-util-renderutil xcb-util-image"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ce469b61c70ff8d7cce0547476891974"
|
|
|
|
SRC_URI[sha256sum] = "28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb"
|