mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
The patch has been picked up from libxcb git and is only applicable to v1.10 while it gets fixed in mainstream v1.11. http://cgit.freedesktop.org/xcb/libxcb/commit/?id=be0fe56c3bcad5124dcc6c47a2fad01acd16f71a (From OE-Core rev: 6df3c5ee3f05a1ac01599785b34ba0a2a8573f3b) Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
358 B
BlitzBasic
14 lines
358 B
BlitzBasic
include libxcb.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
|
|
|
|
|
DEPENDS += "libxdmcp"
|
|
|
|
SRC_URI += "file://ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "074c335cc4453467eeb234e3dadda700"
|
|
SRC_URI[sha256sum] = "98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5"
|