mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
libx11: enable xcb support
[YOCTO #1196] XCB support is needed in libx1l, it has been enabled in libx11-trim for sometime and was not in full version. The usage here is for LSB testing, which uses full libx11. (From OE-Core rev: 4f36a7f698de5056cb38641a7bf12921dba7d962) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f0cd776e65
commit
9f4eaeef33
@@ -5,7 +5,7 @@ LICENSE = "MIT & MIT-style & BSD"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r1"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI += "file://x11_disable_makekeys.patch \
|
SRC_URI += "file://x11_disable_makekeys.patch \
|
||||||
file://nodolt.patch \
|
file://nodolt.patch \
|
||||||
@@ -16,8 +16,13 @@ SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd"
|
|||||||
SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844"
|
SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844"
|
||||||
|
|
||||||
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
||||||
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
|
libxdmcp xf86bigfontproto kbproto inputproto xproto-native libxcb"
|
||||||
|
|
||||||
EXTRA_OECONF += "--without-xcb"
|
DEPENDS_virtclass-native += "bigreqsproto-native xproto-native xextproto-native xtrans-native libxau-native xcmiscproto-native \
|
||||||
|
libxdmcp-native xf86bigfontproto-native kbproto-native inputproto-native xproto-native"
|
||||||
|
|
||||||
|
XCB = "--with-xcb"
|
||||||
|
XCB_virtclass-native = "--without-xcb"
|
||||||
|
EXTRA_OECONF += "${XCB}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user