diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-03 12:11:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:57:08 +0100 |
commit | dc34eff8a941da86639edc71154d3435652f2517 (patch) | |
tree | ac46c1276bb0a3c02c05586cb71795479f6a9dc6 /meta/recipes-graphics | |
parent | bcd7f1037305f2ce37c09769f2de3ddff4ca2f30 (diff) | |
download | poky-dc34eff8a941da86639edc71154d3435652f2517.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.
(From OE-Core rev: fe00d409dacc7670667f932fcb78760cc32ba5b0)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | 4 |
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" | |||
10 | 10 | ||
11 | DEPENDS += "virtual/libx11 kbproto" | 11 | DEPENDS += "virtual/libx11 kbproto" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r1" |
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | EXTRA_OECONF += "--without-xcb" | ||
17 | |||
16 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
17 | 19 | ||
18 | SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516" | 20 | SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516" |