libxkbfile: disable xcb

Currently libx11 defaults to build without xcb backend and thus this
needs to explicit depends on it or disable it. We opted to disable it
since it is not critical for it to work.

(From OE-Core rev: fe00d409dacc7670667f932fcb78760cc32ba5b0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Otavio Salvador 2011-05-03 12:11:11 +00:00 committed by Richard Purdie
parent bcd7f10373
commit dc34eff8a9
1 changed files with 3 additions and 1 deletions

View File

@ -10,9 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aa32e1b87f1da02948ab7b55e129bf5f"
DEPENDS += "virtual/libx11 kbproto"
PR = "r0"
PR = "r1"
PE = "1"
EXTRA_OECONF += "--without-xcb"
BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516"