]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxkbfile: disable xcb
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 3 May 2011 12:11:11 +0000 (12:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:55 +0000 (09:51 +0100)
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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb

index ff2f90f4e4f528e6aa1aef1145ba027ec4a35add..44e2fa0ceba2bacd61c2507ed6c719809a84c79e 100644 (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"