mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
libxcb: Add missing DEPENDS on libxdmcp
Observed this to fail when populating new tmpdir from shared state (From OE-Core rev: 7bdc14b0537afa004830f1f23253b2778bb0e098) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,9 +3,9 @@ include libxcb.inc
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS += "libpthread-stubs xcb-proto-native"
|
DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp"
|
||||||
|
|
||||||
PACKAGES =+ "libxcb-xinerama"
|
PACKAGES =+ "libxcb-xinerama"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user