aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-03 12:11:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:51:55 +0100
commitfe00d409dacc7670667f932fcb78760cc32ba5b0 (patch)
tree6eb28aa215a5f382c0dc7e6b3b91d27c353c1688 /meta/recipes-graphics
parent82b163043aa53488a03bb3de3a78e5b6eeb76019 (diff)
downloadopenembedded-core-contrib-fe00d409dacc7670667f932fcb78760cc32ba5b0.tar.gz
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. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb
index ff2f90f4e4..44e2fa0ceb 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb
@@ -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"